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
1 changed files with 1 additions and 1 deletions

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