Fix release Dockerfile (#16)

This commit is contained in:
Marko Budiselić 2020-10-08 10:59:49 +02:00 committed by GitHub
parent 594f3ec1b0
commit 7f179dc462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
FROM debian:stretch
FROM debian:buster
ARG deb_release
RUN apt-get update && apt-get install -y \
openssl libcurl3 libssl1.1 python3 libpython3.5 python3-pip \
openssl libcurl4 libssl1.1 python3 libpython3.7 python3-pip \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@ -1,9 +1,9 @@
FROM debian:stretch
FROM debian:buster
ARG deb_release
RUN apt-get update && apt-get install -y \
openssl libcurl3 libssl1.1 libseccomp2 python3 libpython3.5 python3-pip \
openssl libcurl4 libssl1.1 libseccomp2 python3 libpython3.7 python3-pip \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*