Skip to content

Commit b23ff88

Browse files
committed
CLDSRV-718: fix debian apt-get urls
1 parent 27abc87 commit b23ff88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ COPY ./package.json yarn.lock ./
99
ENV PYTHON=python3.9
1010
ENV PY_VERSION=3.9.7
1111

12+
RUN sed -i 's|deb.debian.org/debian|archive.debian.org/debian|g' /etc/apt/sources.list && \
13+
sed -i 's|security.debian.org/debian-security|archive.debian.org/debian-security|g' /etc/apt/sources.list
14+
1215
RUN apt-get update \
1316
&& apt-get install -y --no-install-recommends \
1417
jq \

0 commit comments

Comments
 (0)