Remove the Dockerfile from the source tree

This commit is contained in:
John Wiegley 2020-01-13 18:15:58 -08:00
parent 9d63f952e9
commit 9b2ed1b244
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
FROM lnl7/nix:2.0
WORKDIR /tmp/build
COPY default.nix /tmp/build
COPY package.yaml /tmp/build
# Install tools needed by builtins.fetchTarball, and then install all
# dependencies into its own layer, which doesn't change.
RUN nix-env -f '<nixpkgs>' -i gnutar gzip && \
nix-shell -Q -j2 --run true
COPY . /tmp/build
RUN bash -xe build.sh