add ssh client, remove gem specific dependencies
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
09abf6fb9f
commit
6bb7555418
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue