Skip to content

Commit

Permalink
Updates devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf authored Feb 1, 2024
1 parent e0157cc commit 5b48721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive

RUN bash /src/bin/install_linux_packages.sh

# RUN bash /src/bin/install_wine32.sh
RUN bash /src/bin/install_wine32.sh

RUN pip3 install --user -r /src/requirements.txt

#RUN rm -rf /src

Expand Down
3 changes: 0 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": [
"./bin/install_linux_packages.sh",
"./bin/install_wine32.sh",
"./bin/install_utilities.sh",
"pip3 install --user -r requirements.txt",
"eval $(ssh-agent -s)",
"ssh-add <(echo '$SSH_PRIVATE_TUDIEN_CODESPACE')"
],
Expand Down

0 comments on commit 5b48721

Please sign in to comment.