JcRolling commited on
Commit
c8e68cf
·
1 Parent(s): 4072001

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
  ENV DEBIAN_FRONTEND noninteractive
3
 
4
  RUN apt-get update -y && apt-get upgrade -y
5
- RUN apt install -y wget git python3 python3-env
6
 
7
  RUN adduser --disabled-password --gecos '' user
8
  RUN mkdir /content && chown -R user:user /content
 
2
  ENV DEBIAN_FRONTEND noninteractive
3
 
4
  RUN apt-get update -y && apt-get upgrade -y
5
+ RUN apt install -y wget git python3 python3-venv
6
 
7
  RUN adduser --disabled-password --gecos '' user
8
  RUN mkdir /content && chown -R user:user /content