]> git.pld-linux.org Git - projects/cleanbuild.git/blobdiff - build-docker.sh
fix path to package.spec in addbr
[projects/cleanbuild.git] / build-docker.sh
index 0e794285063e74a70c8c3658a075e6e38a9b89db..6aa549a4955688dc55fa32c72e0e317da44190b4 100755 (executable)
@@ -1,5 +1,3 @@
 #!/bin/sh
-# note: docker file is kept in subdir, as docker build uploads context to docker first when building
-# and when it contains poldek cache and rpm root, it's big, unneccessary and may lack of permissions
-# however .dockerignore could solve all that
-docker build --pull -t pld/cleanbuild docker
+set -e
+docker build --pull -t pld/cleanbuild .
This page took 0.103193 seconds and 4 git commands to generate.