Skip to content

Commit

Permalink
fix broken symlink in Dockerfile (#9674)
Browse files Browse the repository at this point in the history
Signed-off-by: Joren Zandstra <jorenzandstra@yahoo.com>
  • Loading branch information
JorenZ authored and crenshaw-dev committed Jun 21, 2022
1 parent b4b893c commit 48c2e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -63,7 +63,7 @@ RUN ln -s /usr/local/bin/entrypoint.sh /usr/local/bin/uid_entrypoint.sh
# support for mounting configuration from a configmap
WORKDIR /app/config/ssh
RUN touch ssh_known_hosts && \
ln -s ssh_known_hosts /etc/ssh/ssh_known_hosts
ln -s /app/config/ssh/ssh_known_hosts /etc/ssh/ssh_known_hosts

WORKDIR /app/config
RUN mkdir -p tls && \
Expand Down

0 comments on commit 48c2e0b

Please sign in to comment.