Sha256: e5dbf8b29c415ca578b14754635e51d2acee4f06ff2a8f5b7d07c048c83e59f6

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

FROM ruby:2.7-alpine

WORKDIR /outliner
COPY . /outliner/

RUN gem install bundler && \
    bundle install && \
    apk add --no-cache git openssh-client rsync && \
    echo -e "StrictHostKeyChecking no" >> /etc/ssh/ssh_config && \
    mkdir /root/.ssh

ENTRYPOINT ["/outliner/entrypoint.sh"]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
outliner-1.0.0 Dockerfile