1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

feat: add alpine image

This commit is contained in:
Steven Tang
2021-06-27 17:55:41 +10:00
parent 5e96e2a601
commit 407925ec53
3 changed files with 65 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ FROM debian
WORKDIR /app
RUN apt update && \
apt install -y ca-certificates
apt install -y ca-certificates && \
rm -rf /var/lib/apt/lists/*
# See README.md and config.default.yml for all config options
ENV ENVIRONMENT prod