Skip to content

Commit

Permalink
Update dev container config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Dec 12, 2024
1 parent c34aaec commit 6a71a2f
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 @@ -5,7 +5,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
RUN apt-get update

RUN apt-get install -y php ruby ruby-dev golang-go
RUN gem install standard -v 1.31.0
RUN gem install syntax_tree -v 6.2.0

RUN wget https://github.com/mvdan/sh/releases/download/v3.9.0/shfmt_v3.9.0_linux_amd64 -O shfmt \
&& chmod a+x shfmt \
Expand Down

0 comments on commit 6a71a2f

Please sign in to comment.