Skip to content

Commit

Permalink
Fix bug which was causing init-docker-secrets run file not to be impl…
Browse files Browse the repository at this point in the history
…emented
  • Loading branch information
xZero707 committed Oct 29, 2024
1 parent 84e12b0 commit 72c132d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -eux \
&& /tmp/setup-unit.sh

# Download init-docker-secrets service script from gist
ADD --chmod=0777 ["https://gist.githubusercontent.com/xZero707/bd8dd4795b8266d9639ed0cdd9d81f82/raw/13d3134880a2ce16c00b9b33450c05c34d0e0619/run.sh", "/etc/s6-overlay/s6-rc.d/init-docker-secrets/run"]
ADD --chmod=0777 ["https://gist.githubusercontent.com/xZero707/bd8dd4795b8266d9639ed0cdd9d81f82/raw/13d3134880a2ce16c00b9b33450c05c34d0e0619/run.sh", "/rootfs-build/etc/s6-overlay/s6-rc.d/init-docker-secrets/run"]



Expand Down

0 comments on commit 72c132d

Please sign in to comment.