Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from FooBallZ/dev
Browse files Browse the repository at this point in the history
fix for #29 and #30
  • Loading branch information
0x0FB0 authored Apr 25, 2020
2 parents 4d88aae + 223d06a commit 9b68ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.2-slim-buster
FROM python:3.8.2-buster
ENV PYTHONUNBUFFERED 1

COPY secrets_storage/sandbox_key /etc/ssh/sandbox_key
Expand All @@ -7,7 +7,7 @@ RUN chmod 0600 /etc/ssh/sandbox_key
#RUN apt-get update && apt-get install -y nginx python3-dev apache2-utils libexpat1 netcat less screen \
# openssl libmariadb-dev libcurl4-openssl-dev libssl-dev gcc

RUN apt-get update && apt-get install -y libcurl4=7.64.0-4+deb10u1 libpython3.7-minimal=3.7.3-2+deb10u1 \
RUN apt-get update && apt-get install -y --allow-downgrades libssl1.1=1.1.1d-0+deb10u2 libgnutls30=3.6.7-4+deb10u2 libcurl4=7.64.0-4+deb10u1 libpython3.7-minimal=3.7.3-2+deb10u1 \
libcurl4-openssl-dev=7.64.0-4+deb10u1 python3.7-minimal=3.7.3-2+deb10u1 python3-minimal=3.7.3-1 mime-support=3.62 \
libmpdec2=2.4.2-2 libpython3.7-stdlib=3.7.3-2+deb10u1 python3.7=3.7.3-2+deb10u1 libpython3-stdlib=3.7.3-1 \
python3=3.7.3-1 less=487-0.1+b1 sensible-utils=0.0.12 bzip2=1.0.6-9.2~deb10u1 libmagic-mgc=1:5.35-4+deb10u1 \
Expand Down

0 comments on commit 9b68ffc

Please sign in to comment.