taesiri commited on
Commit
c1b9818
1 Parent(s): 8b6056d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
2
 
3
  RUN apt-get update && apt-get upgrade -y && apt-get install -y libgl1-mesa-dev && \
4
  apt-get install -y wget && \
5
- wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb && \
6
  dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
7
 
8
  WORKDIR /code
 
2
 
3
  RUN apt-get update && apt-get upgrade -y && apt-get install -y libgl1-mesa-dev && \
4
  apt-get install -y wget && \
5
+ wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb && \
6
  dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
7
 
8
  WORKDIR /code