Skip to content

Commit 820e7d5

Browse files
committed
debug: try path only; I don't think this worked before but maybe I forgot something.
1 parent 29e8e82 commit 820e7d5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/build/movement/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN chmod +x /app/entry.sh
4646
USER movement
4747

4848
# 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
5049
ENV PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
5150

5251
# Manually pull the needed images

docker/build/mtma/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ RUN chmod +x /app/entry.sh
4545
USER mtma
4646

4747
# 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
4948
ENV PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
5049

5150
# Manually pull the needed images

0 commit comments

Comments
 (0)