Skip to content

Commit

Permalink
Merge branch 'alpha' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Sep 24, 2021
2 parents a5b3e1e + 079d0fb commit fd50f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/docker/node/dockerfile_stage3
Expand Up @@ -69,7 +69,7 @@ RUN sudo curl -sL https://nixos.org/nix/install | sh \
&& echo "export PATH=/nix/var/nix/profiles/per-user/guild/profile/bin:/nix/var/nix/profiles/per-user/guild/profile/sbin:/opt/cardano/cnode/scripts:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/home/guild/.cabal/bin" >> ~/.bashrc

# INSTALL DEPS
RUN /nix/var/nix/profiles/per-user/guild/profile/bin/nix-env -i python3 systemd libsodium tmux jq ncurses libtool autoconf git wget gnupg util-linux less openssl \
RUN /nix/var/nix/profiles/per-user/guild/profile/bin/nix-env -i python3 systemd libsodium tmux jq ncurses libtool autoconf git wget gnupg tcptraceroute util-linux less openssl \
&& /nix/var/nix/profiles/per-user/guild/profile/bin/nix-channel --update \
&& /nix/var/nix/profiles/per-user/guild/profile/bin/nix-env -u --always \
&& /nix/var/nix/profiles/per-user/guild/profile/bin/nix-collect-garbage -d \
Expand Down

0 comments on commit fd50f1a

Please sign in to comment.