Update Dockerfile

This commit is contained in:
Luke Hagar
2023-05-09 23:07:29 -05:00
parent 5034a4f661
commit 8803e6fa07

View File

@@ -1,7 +1,8 @@
FROM alpine:latest FROM alpine:latest
ARG PB_VERSION=0.15.3 ARG PB_VERSION=0.15.3
ENV PB_ENCRYPTION_KEY ARG ENCRYPTION_KEY
ENV PB_ENCRYPTION_KEY=$ENCRYPTION_KEY
RUN apk add --no-cache \ RUN apk add --no-cache \
unzip \ unzip \