mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Install zip for exporting certificates
This commit is contained in:
@@ -4,6 +4,7 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
tzdata \
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY tmp/labca-gui /opt/labca/bin/
|
||||
|
||||
Reference in New Issue
Block a user