Compare commits
2 commits
d26bf1a78a
...
0613ebca66
| Author | SHA1 | Date | |
|---|---|---|---|
| 0613ebca66 | |||
| 91e9afc355 |
1 changed files with 3 additions and 1 deletions
|
|
@ -94,7 +94,9 @@ RUN apt-get update \
|
||||||
/tmp/README.md \
|
/tmp/README.md \
|
||||||
/tmp/LICENSE \
|
/tmp/LICENSE \
|
||||||
/tmp/k9s_Linux_amd64.tar.gz \
|
/tmp/k9s_Linux_amd64.tar.gz \
|
||||||
&& rm -f /etc/ssh/ssh_host_*
|
&& rm -f /etc/ssh/ssh_host_* \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
|
|
||||||
COPY docker/sshd/10-lfk-base.conf /etc/ssh/sshd_config.d/10-lfk-base.conf
|
COPY docker/sshd/10-lfk-base.conf /etc/ssh/sshd_config.d/10-lfk-base.conf
|
||||||
COPY docker/nginx/webssh.conf /etc/nginx/conf.d/webssh.conf
|
COPY docker/nginx/webssh.conf /etc/nginx/conf.d/webssh.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue