We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ed8c5 commit a1f40eaCopy full SHA for a1f40ea
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:ff7fcaf39a616
3
4
# Install fnm to manage Node.js versions
5
RUN curl -fsSL https://fnm.vercel.app/install -o /tmp/install \
6
- && chmod a+x /tmp/install
+ && chmod a+x /tmp/install \
7
&& /tmp/install \
8
&& rm /tmp/install
9
0 commit comments