We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585b447 commit 04dffc4Copy full SHA for 04dffc4
setup.sh
@@ -101,5 +101,10 @@ wait # wait for mount point
101
102
[ -n "$PACKER_SETUP" ] && exit
103
104
-docker pull -a mattgodbolt/compiler-explorer
+### MORE TODO! Seems to hang and timeout
105
+docker pull mattgodbolt/compiler-explorer:gcc
106
+docker pull mattgodbolt/compiler-explorer:d
107
+docker pull mattgodbolt/compiler-explorer:cppx
108
+docker pull mattgodbolt/compiler-explorer:go
109
+docker pull mattgodbolt/compiler-explorer:rust
110
docker pull nginx
0 commit comments