From 5f89ba64f289eaccda838866f65a711515c7ad7f Mon Sep 17 00:00:00 2001 From: JGStew Date: Tue, 2 Jul 2024 23:33:31 -0400 Subject: [PATCH] tweak devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3ff6d81..632d7c0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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/