aboutsummaryrefslogtreecommitdiff
path: root/ssh-bastion
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-11-29 17:48:01 +0000
committerMike Crute <mike@crute.us>2017-11-29 17:48:01 +0000
commit41fe37ee1eda082f1ab247b25e09b1f0c300040c (patch)
tree74ce4a482c04ad42a5f916a7d0599406457134df /ssh-bastion
parent8e1c4b7665120f7a06310247a71da08013b4c64a (diff)
downloaddockerfiles-41fe37ee1eda082f1ab247b25e09b1f0c300040c.tar.bz2
dockerfiles-41fe37ee1eda082f1ab247b25e09b1f0c300040c.tar.xz
dockerfiles-41fe37ee1eda082f1ab247b25e09b1f0c300040c.zip
Cleanup comment
Diffstat (limited to 'ssh-bastion')
-rw-r--r--ssh-bastion/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-bastion/Dockerfile b/ssh-bastion/Dockerfile
index c9ded23..2539c7b 100644
--- a/ssh-bastion/Dockerfile
+++ b/ssh-bastion/Dockerfile
@@ -1,7 +1,6 @@
1FROM alpine:edge 1FROM alpine:edge
2LABEL maintainer="Mike Crute <mike@crute.us>" 2LABEL maintainer="Mike Crute <mike@crute.us>"
3 3
4# https://wiki.alpinelinux.org/wiki/Two_Factors_Authentication_With_OpenSSH
5RUN \ 4RUN \
6 apk add --no-cache \ 5 apk add --no-cache \
7 openssh-server-pam \ 6 openssh-server-pam \