Skip to content

Commit

Permalink
tweak devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 3, 2024
1 parent c2aab3e commit 5f89ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN sudo pip3 install --upgrade setuptools wheel build

# setup autopkg:
RUN cd /tmp && git clone https://github.com/autopkg/autopkg.git
RUN cd /tmp/autopkg && sudo pip3 install --requirement gh_actions_requirements.txt
RUN cd /tmp/autopkg && sudo pip3 --disable-pip-version-check --no-cache-dir install --requirement gh_actions_requirements.txt

# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
# COPY requirements.txt /tmp/pip-tmp/
Expand Down

0 comments on commit 5f89ba6

Please sign in to comment.