Skip to content

Commit

Permalink
fix(devcontainer): copy all source
Browse files Browse the repository at this point in the history
since it is not available in base image anymore
  • Loading branch information
thekaveman committed Sep 20, 2024
1 parent 6aa79e4 commit f4d11a6
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 @@ -6,9 +6,9 @@ USER root
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
USER $USER

COPY . .
# install devcontainer requirements
RUN pip install -e .[dev,test]

# docs requirements are in a separate file for the GitHub Action
COPY docs/requirements.txt docs/requirements.txt
RUN pip install -r docs/requirements.txt

0 comments on commit f4d11a6

Please sign in to comment.