Skip to content

Commit

Permalink
open new shell with env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 26, 2024
1 parent 25bfdb1 commit 2b28baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/docker/Dockerfile.ubuntu-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& cd /pyk \
&& make build \
&& bash make build \
&& pip install dist/*.whl \
&& rm -rf /pyk

Expand Down
2 changes: 1 addition & 1 deletion package/docker/Dockerfile.ubuntu-noble
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& cd /pyk \
&& make build \
&& bash make build \
&& pip install dist/*.whl \
&& rm -rf /pyk

Expand Down

0 comments on commit 2b28baa

Please sign in to comment.