Sha256: d9524dc3af3db1af6575a772228c7818a7f844ff8eb1dfb5053152d5584496dd

Contents?: true

Size: 764 Bytes

Versions: 59

Compression:

Stored size: 764 Bytes

Contents

FROM ruby:2.4
RUN gem install avm-tools

RUN apt-get update && apt-get -y --no-install-recommends install \
    ca-certificates \
    curl

RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/1.4/gosu-$(dpkg --print-architecture)" \
    && curl -o /usr/local/bin/gosu.asc -SL "https://github.com/tianon/gosu/releases/download/1.4/gosu-$(dpkg --print-architecture).asc" \
    && gpg --verify /usr/local/bin/gosu.asc \
    && rm /usr/local/bin/gosu.asc \
    && chmod +x /usr/local/bin/gosu
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD []

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
avm-tools-0.69.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.68.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.67.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.66.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.65.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.64.2 template/avm/self/docker_image/Dockerfile
avm-tools-0.64.1 template/avm/self/docker_image/Dockerfile
avm-tools-0.64.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.63.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.62.4 template/avm/self/docker_image/Dockerfile
avm-tools-0.62.3 template/avm/self/docker_image/Dockerfile
avm-tools-0.62.2 template/avm/self/docker_image/Dockerfile
avm-tools-0.62.1 template/avm/self/docker_image/Dockerfile
avm-tools-0.62.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.61.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.60.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.59.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.58.1 template/avm/self/docker_image/Dockerfile
avm-tools-0.58.0 template/avm/self/docker_image/Dockerfile
avm-tools-0.57.0 template/avm/self/docker_image/Dockerfile