Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM debian:latest
|
2 |
FROM debian:latest
|
3 |
-
ARG DEBIAN_FRONTEND=noninteractive
|
4 |
RUN apt-get update && apt-get install -y curl
|
5 |
RUN useradd -m -u 1000 -s /bin/bash admin
|
6 |
RUN echo 'admin:pass' | chpasswd
|
|
|
1 |
FROM debian:latest
|
2 |
FROM debian:latest
|
3 |
+
#ARG DEBIAN_FRONTEND=noninteractive
|
4 |
RUN apt-get update && apt-get install -y curl
|
5 |
RUN useradd -m -u 1000 -s /bin/bash admin
|
6 |
RUN echo 'admin:pass' | chpasswd
|