Skip to content

Commit

Permalink
source environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 26, 2024
1 parent 25bfdb1 commit c300070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package/docker/Dockerfile.ubuntu-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update
COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& source /root/.bashrc \
&& cd /pyk \
&& make build \
&& pip install dist/*.whl \
Expand Down
1 change: 1 addition & 0 deletions package/docker/Dockerfile.ubuntu-noble
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update
COPY pyk /pyk
RUN pipx install poetry \
&& pipx ensurepath \
&& source /root/.bashrc \
&& cd /pyk \
&& make build \
&& pip install dist/*.whl \
Expand Down

0 comments on commit c300070

Please sign in to comment.