Sha256: 5eb29e1d49f5fd7831a622d52bae870ed511447ead17336fa1f3e5e979bc0835
Contents?: true
Size: 272 Bytes
Versions: 119
Compression:
Stored size: 272 Bytes
Contents
FROM ubuntu:xenial LABEL maintainer="marnen@marnen.org" ARG apl_deb WORKDIR /gnu-apl ADD . /gnu-apl RUN apt-get update -y RUN dpkg -i ${apl_deb} RUN rm ${apl_deb} # 1.6 and before COPY .travis/.gnu-apl /etc/gnu-apl/ # 1.7 and later COPY .travis/.gnu-apl /etc/gnu-apl.d/
Version data entries
119 entries across 119 versions & 1 rubygems