windows/docker/librewolf/ubuntu/deb/Makefile
2021-09-30 18:35:45 +02:00

8 lines
155 B
Makefile

docker_stage = deb-mint
all :
sudo docker build -t librewolf/$(docker_stage) .
no-cache :
sudo docker build --no-cache -t librewolf/$(docker_stage) .