1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-25 12:34:07 +00:00

Add openssh-client and zip to Angular Docker runner

This commit is contained in:
Raoul Snyman 2020-02-26 20:40:45 -07:00
parent 9d1b144079
commit 08933470b6
Signed by: raoul
GPG Key ID: F55BCED79626AE9C

View File

@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk add yarn chromium xvfb-run
RUN apk add chromium openssh-client xvfb-run yarn zip