File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN chmod +x /app/entry.sh
46
46
USER movement
47
47
48
48
# Build up runtime PATH from all bin directories in /nix/store
49
- RUN echo "export PATH=$(find /nix/store -type d -path '*/bin' | paste -sd: -):\$ PATH" >> /etc/profile.d/nix-path.sh
50
49
ENV PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
51
50
52
51
# Manually pull the needed images
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ RUN chmod +x /app/entry.sh
45
45
USER mtma
46
46
47
47
# Build up runtime PATH from all bin directories in /nix/store
48
- RUN echo "export PATH=$(find /nix/store -type d -path '*/bin' | paste -sd: -):\$ PATH" >> /etc/profile.d/nix-path.sh
49
48
ENV PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
50
49
51
50
# Manually pull the needed images
You can’t perform that action at this time.
0 commit comments