Skip to content

Commit

Permalink
bugfix for bourne shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 26, 2024
1 parent c300070 commit 55aad72
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 @@ -20,7 +20,7 @@ RUN apt-get update
COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& source /root/.bashrc \
&& . /root/.profile \
&& cd /pyk \
&& make build \
&& pip install dist/*.whl \
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 @@ -20,7 +20,7 @@ RUN apt-get update
COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& source /root/.bashrc \
&& . /root/.profile \
&& cd /pyk \
&& make build \
&& pip install dist/*.whl \
Expand Down

0 comments on commit 55aad72

Please sign in to comment.