edwagbb commited on
Commit
5915a1e
·
verified ·
1 Parent(s): bf8d1a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM debian:latest
2
  ARG DEBIAN_FRONTEND=noninteractive
3
- RUN apt-get update && apt-get install -y passwd
4
  RUN useradd -m -u 1000 -s /bin/bash admin
5
  RUN echo 'admin:pass' | chpasswd
6
  RUN useradd -u 1001 1001 && echo '1001:pass' | chpasswd
 
1
  FROM debian:latest
2
  ARG DEBIAN_FRONTEND=noninteractive
3
+ RUN apt-get update && apt-get install -y passwd expect
4
  RUN useradd -m -u 1000 -s /bin/bash admin
5
  RUN echo 'admin:pass' | chpasswd
6
  RUN useradd -u 1001 1001 && echo '1001:pass' | chpasswd