We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a04c39 commit 0942070Copy full SHA for 0942070
ci/run-docker.sh
@@ -8,12 +8,6 @@ set -ex
8
run() {
9
echo "Building docker container for target ${1}"
10
11
- # FIXME: Hacky workaround. Docker build seems to work better if we pull the base images first
12
- # Not using arrays/loops because it's not POSIX sh compatible
13
- docker pull ubuntu:16.04
14
- docker pull ubuntu:17.10
15
- docker pull ubuntu:18.04
16
-
17
# use -f so we can use ci/ as build context
18
docker build -t libc -f "ci/docker/${1}/Dockerfile" ci/
19
mkdir -p target
0 commit comments