We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27abc87 commit 2378a2bCopy full SHA for 2378a2b
1 file changed
Dockerfile
@@ -9,7 +9,9 @@ COPY ./package.json yarn.lock ./
9
ENV PYTHON=python3.9
10
ENV PY_VERSION=3.9.7
11
12
-RUN apt-get update \
+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 \
15
&& apt-get install -y --no-install-recommends \
16
jq \
17
python \
0 commit comments