Skip to content

Commit

Permalink
chore: fix file line ending and install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 22, 2024
1 parent 8c6b62e commit d824d08
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN apt-get update && apt-get install -y \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
javascriptcoregtk-4.1
javascriptcoregtk-4.1 \
python3 \
python3-pip



Expand All @@ -25,4 +27,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
&& [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" \
&& [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" \
&& nvm install 18 \
&& npm install -g yarn
&& npm install -g yarn

RUN pip install pre-commit

0 comments on commit d824d08

Please sign in to comment.