Skip to content

Commit

Permalink
Added Lable to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nfugal committed Sep 27, 2021
1 parent 5c838e4 commit 2106156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3

LABEL org.opencontainers.image.source=https://github.com/nfugal/bastion

RUN apk --update add openssh && rm -f /var/cache/apk/*

RUN cd /etc/ssh && ssh-keygen -A
Expand Down

0 comments on commit 2106156

Please sign in to comment.