JcRolling commited on
Commit
816ff25
·
1 Parent(s): d988957

Update Dockerfile

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