Skip to content

Commit

Permalink
missing backslack
Browse files Browse the repository at this point in the history
  • Loading branch information
ober committed Oct 18, 2023
1 parent 5577e8a commit a1f5484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gerbilxx:
--build-arg configure_args="--enable-c++ --enable-march=" \
--build-arg cores=$(cores) \
--build-arg with_db="YES" \
--build-arg distro="alpine"
--build-arg distro="alpine" \
--build-arg shared="no" \
-t final $(ROOT_DIR) \
--progress=plain
Expand All @@ -140,7 +140,7 @@ gerbil:
--build-arg branch="$(BRANCH)" \
--build-arg configure_args="--enable-march=" \
--build-arg cores=$(cores) \
--build-arg distro="alpine"
--build-arg distro="alpine" \
--build-arg packages="$(alpine_packages)" \
--build-arg repo="$(REPO)" \
--build-arg shared="no" \
Expand Down

0 comments on commit a1f5484

Please sign in to comment.