Skip to content

Commit

Permalink
tooling: Fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 26, 2024
1 parent 73cadba commit 74a5eab
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 @@ -69,7 +69,7 @@ WORKDIR /cloe
SHELL ["/bin/bash", "-c"]

ARG PROJECT_VERSION=unknown
ARG PACKAGE_TARGET="export smoketest-deps"
ARG PACKAGE_TARGET="export-vendor export smoketest-deps"
ARG KEEP_SOURCES=0

COPY . /cloe
Expand Down

0 comments on commit 74a5eab

Please sign in to comment.