mirror of
https://github.com/outbackdingo/labca.git
synced 2026-03-20 06:42:59 +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