docker: first working version

This commit is contained in:
Bert van der Weerd 2021-09-29 21:22:28 +02:00
parent e720a811ef
commit de19118dc4
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
all : all :
sudo docker build --no-cache --rm -t mozilla/buildenv-fedora . sudo docker build -t mozilla/buildenv-fedora .

View file

@ -1,2 +1,2 @@
all : all :
sudo docker build --no-cache --rm -t mozilla/nightly-fedora . sudo docker build -t mozilla/nightly-fedora .