Skip to content

Commit 16d3f38

Browse files
committed
tmp test
1 parent 0f70d9f commit 16d3f38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ 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-
&& apt-get update \
12+
RUN apt-get -o Acquire::Check-Valid-Until=false update \
1513
&& apt-get install -y --no-install-recommends \
1614
jq \
1715
python \

0 commit comments

Comments
 (0)