Skip to content

Commit

Permalink
Actually test using docker build .
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 29, 2024
1 parent 2cacb77 commit 3db28b8
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 @@ -23,7 +23,7 @@ RUN \

RUN \
virtualenv /opt/venv \
&& /opt/venv/pip install jq ruamel.yaml
&& /opt/venv/bin/pip install jq ruamel.yaml

ENV PATH="/opt/venv/bin:$PATH"

Expand Down

0 comments on commit 3db28b8

Please sign in to comment.