Sha256: ff2e870028aecc3e4eee4a4d5b108f88bf37047747f5087f1caa00b6fb243f11
Contents?: true
Size: 272 Bytes
Versions: 15
Compression:
Stored size: 272 Bytes
Contents
FROM ubuntu:14.04 RUN apt-get update -y && apt-get install -y curl RUN curl -kL \ -o /usr/bin/art \ https://bintray.com/artifact/download/jfrog/artifactory-cli-go/1.2.1/artifactory-cli-linux-amd64/art && \ chmod +x /usr/bin/art WORKDIR /src ENTRYPOINT [ "art" ]
Version data entries
15 entries across 15 versions & 1 rubygems