Skip to content

Commit

Permalink
Avoid building molecule container with version 0.0.0 (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 20, 2020
1 parent dbe7f39 commit 72666e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ADD . .

RUN \
python3 -m pip wheel \
-w dist --no-build-isolation \
-w dist \
".[${MOLECULE_EXTRAS}]" testinfra ${MOLECULE_PLUGINS}

RUN ls -1 dist/
Expand Down

0 comments on commit 72666e9

Please sign in to comment.