We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f70d9f commit 16d3f38Copy full SHA for 16d3f38
Dockerfile
@@ -9,9 +9,7 @@ COPY ./package.json yarn.lock ./
9
ENV PYTHON=python3.9
10
ENV PY_VERSION=3.9.7
11
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 \
+RUN apt-get -o Acquire::Check-Valid-Until=false update \
15
&& apt-get install -y --no-install-recommends \
16
jq \
17
python \
0 commit comments