We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23ff88 commit 0f70d9fCopy full SHA for 0f70d9f
Dockerfile
@@ -9,10 +9,9 @@ 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
-
15
-RUN apt-get update \
+RUN sed -i 's|deb.debian.org/debian|archive.debian.org/debian|g' /etc/apt/sources.list \
+ && sed -i 's|security.debian.org/debian-security|archive.debian.org/debian-security|g' /etc/apt/sources.list \
+ && apt-get update \
16
&& apt-get install -y --no-install-recommends \
17
jq \
18
python \
0 commit comments