mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Fix invalid --chmod Dockerfile syntax in docker/sp1 (#127)
This commit is contained in:
@@ -5,7 +5,7 @@ FROM ${BASE_IMAGE_TAG}
|
||||
ARG USERNAME=ere_user
|
||||
|
||||
# Copy the SP1 SDK installer script
|
||||
COPY --chmod=+x scripts/sdk_installers/install_sp1_sdk.sh /tmp/install_sp1_sdk.sh
|
||||
COPY --chmod=755 scripts/sdk_installers/install_sp1_sdk.sh /tmp/install_sp1_sdk.sh
|
||||
|
||||
# Define where SP1 SDK will be installed within the image.
|
||||
# The install_sp1_sdk.sh script will respect these ENV variables.
|
||||
|
||||
Reference in New Issue
Block a user