Dmitry
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -2,4 +2,4 @@ FROM wernight/dante |
|
|
|
|
|
|
|
|
# TODO: Replace 'john' and 'MyPassword' by any username/password you want. |
|
|
# TODO: Replace 'john' and 'MyPassword' by any username/password you want. |
|
|
ENV PASS MyPassword |
|
|
ENV PASS MyPassword |
|
|
RUN printf '${PASS}\n${PASS}\n' | adduser john |
|
|
RUN printf "${PASS}\n${PASS}\n" | adduser john |
|
|