Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Jun 13, 2021
1 parent 6d0cf1e commit 38351a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# QiiCipher のコマンドだけを含めた Alpine イメージです
FROM alpine

RUN apk add --no-cache \
bash \
curl \
openssl \
ca-certificates && update-ca-certificates

COPY ./bin /usr/local/sbin

CMD ["/bin/ls","/bin/local/sbin"]

0 comments on commit 38351a2

Please sign in to comment.