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