Skip to content

Commit 5f6f7ba

Browse files
committed
Add missing shell.nix in docker image
Remove unused line in shell.nix
1 parent 4d37240 commit 5f6f7ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

linux/reproducibility/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN touch .bash_profile \
2020
&& . /home/user/.nix-profile/etc/profile.d/nix.sh \
2121
&& nix-env -i /nix/store/681354n3k44r8z90m35hm8945vsp95h1-glibc-2.27
2222

23+
COPY shell.nix /home/user/
2324
#config nix-shell
2425
RUN . /home/user/.nix-profile/etc/profile.d/nix.sh \
2526
&& nix-shell

linux/reproducibility/shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
with pkgs;
33

44
stdenvNoCC.mkDerivation {
5-
inherit ipp_crypto asldobjdump;
65
name = "sgx-build-nix";
76
buildInputs = [
87
autoconf

0 commit comments

Comments
 (0)