diff options
author | Wong Hoi Sing Edison <hswong3i@gmail.com> | 2020-05-27 14:30:40 +0800 |
---|---|---|
committer | Wong Hoi Sing Edison <hswong3i@gmail.com> | 2020-07-18 09:03:28 +0800 |
commit | f53812a11ebfcb7ccb46df998147048e8f2a27a3 (patch) | |
tree | 0cb9ce9f7957555dcb07b308b955549aee860478 /Containerfile-nix | |
parent | 10c5f241231a55a90a37b9f578c84a6bb23ae33e (diff) | |
download | podman-f53812a11ebfcb7ccb46df998147048e8f2a27a3.tar.gz podman-f53812a11ebfcb7ccb46df998147048e8f2a27a3.tar.bz2 podman-f53812a11ebfcb7ccb46df998147048e8f2a27a3.zip |
Cleanup nix derivation for static builds
Signed-off-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
Diffstat (limited to 'Containerfile-nix')
-rw-r--r-- | Containerfile-nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Containerfile-nix b/Containerfile-nix deleted file mode 100644 index 5eea71af6..000000000 --- a/Containerfile-nix +++ /dev/null @@ -1,10 +0,0 @@ -# vim: set syntax=dockerfile: -FROM nixos/nix:latest - -RUN apk add --no-cache bash git - -COPY . /work -WORKDIR work/nix -RUN nix-build -WORKDIR / -RUN rm -rf work |