aboutsummaryrefslogtreecommitdiffstats
path: root/docker/rebuild_osmocom_jenkins_image.sh
blob: b49292a0f33ae27c44cd42f7190f7cc0886ecdd5 (plain)
1
2
3
4
#!/bin/sh
# In case the debian apt archive has become out of sync, try a --no-cache build if it fails.
docker build -t osmocom:amd64 -f Dockerfile_osmocom_jenkins.amd64 . \
 || docker build --no-cache -t osmocom:amd64 -f Dockerfile_osmocom_jenkins.amd64 .