tastypear commited on
Commit
3197e25
·
verified ·
1 Parent(s): ad3ab21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:latest
2
 
3
- RUN apt update -y && apt install -y git gcc wget gzip busybox sudo dropbear fakeroot curl lsof net-tools python3 python3-pip inetutils
4
  # RUN apt install gosu locales mosh
5
  # RUN locale-gen en_US.UTF-8
6
  # ENV GOSU_PLEASE_LET_ME_BE_COMPLETELY_INSECURE_I_GET_TO_KEEP_ALL_THE_PIECES="I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like tears in rain. Time to die."
@@ -25,5 +25,7 @@ RUN wget -nv https://github.com/nadoo/glider/releases/download/v${GLIDER_VER}/gl
25
  tar -xzvf glider_${GLIDER_VER}_linux_amd64.tar.gz --strip-components=1 glider_${GLIDER_VER}_linux_amd64/glider &&\
26
  chmod +x glider && rm glider_${GLIDER_VER}_linux_amd64.tar.gz
27
 
 
 
28
  COPY . .
29
  CMD ["bash","startup.sh"]
 
1
  FROM ubuntu:latest
2
 
3
+ RUN apt update -y && apt install -y git gcc wget gzip busybox sudo dropbear fakeroot curl lsof net-tools python3 python3-pip
4
  # RUN apt install gosu locales mosh
5
  # RUN locale-gen en_US.UTF-8
6
  # ENV GOSU_PLEASE_LET_ME_BE_COMPLETELY_INSECURE_I_GET_TO_KEEP_ALL_THE_PIECES="I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like tears in rain. Time to die."
 
25
  tar -xzvf glider_${GLIDER_VER}_linux_amd64.tar.gz --strip-components=1 glider_${GLIDER_VER}_linux_amd64/glider &&\
26
  chmod +x glider && rm glider_${GLIDER_VER}_linux_amd64.tar.gz
27
 
28
+ ENV PS1="localhost:\w\$"
29
+
30
  COPY . .
31
  CMD ["bash","startup.sh"]