Skip to content

Commit

Permalink
Add dev-requirement to the dev-container
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jul 10, 2022
1 parent 2bb2315 commit 649f057
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apt update && \
apt -y install \
libnotify-bin \
pandoc \
vim-nox \
python3-pip \
python3-venv \
jq

# [Optional] Uncomment if you want to install an additional version of node using nvm
Expand Down
3 changes: 3 additions & 0 deletions .devcontainer/init-container.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
set -xe
pip install --user pipx
pipx install pre-commit
npm clean-install
pre-commit install
5 changes: 1 addition & 4 deletions .devcontainer/init-personal.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/bash
set -xe
sudo apt update
sudo apt -y install \
vim-nox
git clone https://github.com/exhuma/dotfiles /home/node/dotfiles
curl https://raw.githubusercontent.com/exhuma/dotfiles/master/bootstrap_devcontainer.bash | bash -

0 comments on commit 649f057

Please sign in to comment.