Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WuK authored Feb 13, 2024
1 parent 410ed5d commit c6a1362
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 @@ -16,5 +16,5 @@ apt-get clean -y
rm -rf /var/lib/apt/lists/*
bash $(dirname $SCC_SETUP_ENV)/init-env.sh v0.21.1
. ${SCC_SETUP_ENV}
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] target=x86_64_v3" [email protected]
bash $(dirname $SCC_SETUP_ENV)/init-default-compiler.sh "[email protected] arch=linux-ubuntu22.04-x86_64_v3" [email protected]
EOF

0 comments on commit c6a1362

Please sign in to comment.