Skip to content

Commit 2378a2b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

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

12-
RUN apt-get update \
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+
&& apt-get update \
1315
&& apt-get install -y --no-install-recommends \
1416
jq \
1517
python \

0 commit comments

Comments
 (0)