Sha256: a1324da6c9a8ac45066e020204a16789ee62bd522c9578dbc16c13b75cef310a
Contents?: true
Size: 367 Bytes
Versions: 7
Compression:
Stored size: 367 Bytes
Contents
FROM apiaryio/base-dev-cpp:1.0.0 MAINTAINER Apiary "sre@apiary.io" RUN locale-gen en_US.UTF-8 RUN echo "LC_ALL=en_US.UTF-8" >> /etc/default/locale RUN dpkg-reconfigure locales ADD ./ /drafter WORKDIR /drafter # It's tempting to put ./configure into RUN, but then you have timestamp issues RUN ./configure && make all && make install CMD /usr/local/bin/drafter
Version data entries
7 entries across 7 versions & 2 rubygems