aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06a0bf90..7cd01be2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ $(BIN).stripped: $(BIN)
strip $@
docker: $(BIN).stripped
+ docker pull archlinux:latest
docker build -t $(DOCKER):$(TAG) .
docker push $(DOCKER):$(TAG)
docker tag $(DOCKER):$(TAG) $(DOCKER):latest