add ssh client, remove gem specific dependencies
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
f 2021-09-30 10:09:30 -03:00
parent 09abf6fb9f
commit 6bb7555418

View file

@ -24,6 +24,6 @@ COPY ./bulk-compiler.sh /usr/local/bin/bulk-compiler
RUN install -dm 2750 -o builder -g builder /srv/gems
VOLUME /srv/gems
RUN apk add --no-cache su-exec file-dev libssh2-dev libc6-compat libstdc++
RUN apk add --no-cache su-exec libc6-compat libstdc++ openssh-client
ENTRYPOINT /bin/sh