Potato-Code-Fan-Club commited on
Commit
69af7dc
·
verified ·
1 Parent(s): 4c8be98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,8 +1,9 @@
1
  FROM ubuntu:22.04
2
 
3
- USER root
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
 
 
6
  RUN apt-get update && apt-get install -y \
7
  openssh-server curl wget sudo git \
8
  && rm -rf /var/lib/apt/lists/*
 
1
  FROM ubuntu:22.04
2
 
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
+ USER root
6
+
7
  RUN apt-get update && apt-get install -y \
8
  openssh-server curl wget sudo git \
9
  && rm -rf /var/lib/apt/lists/*