Skip to content

Commit

Permalink
use alpine as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasse-itix committed Dec 13, 2021
1 parent d4e9ce7 commit a9d4784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3,234 deletions.
5 changes: 3 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM scratch
FROM docker.io/library/alpine:3.15
RUN apk --no-cache add ca-certificates \
&& update-ca-certificates
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
EXPOSE 8080
ENTRYPOINT [ "/photo-bot" ]
CMD []
Loading

0 comments on commit a9d4784

Please sign in to comment.