mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2025-06-14 22:37:48 +00:00
Allow key generation to suceed even if container doesn't have internet connectivity.
This commit is contained in:
@ -9,6 +9,7 @@ FROM debian:latest
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
RUN apt-get update && apt-get install openssh-client -y && apt-get clean
|
||||
|
||||
COPY --from=0 /ssh-chat/ssh-chat /ssh-chat
|
||||
|
||||
|
Reference in New Issue
Block a user