Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit aa19f5c

Browse files
Fix: Accidentally forgot to update copy-pasted directory in PATH.
1 parent 85f290a commit aa19f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naev-release/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ENV PATH "$PATH:/opt/steamcmd"
3434
# Add Butler to PATH
3535
ENV PATH "$PATH:/opt/butler"
3636

37-
# Add Butler to PATH
38-
ENV PATH "$PATH:/opt/butler"
37+
# Add rcodesign to PATH
38+
ENV PATH "$PATH:/opt/apple-codesign"
3939

4040
WORKDIR /tmp
4141
# Install utilities

0 commit comments

Comments
 (0)