You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.212.0/containers/javascript-node/.devcontainer/base.Dockerfile
2
+
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:a20adf8775b442587c7fe3d5ce6f2f2bc084cd4e9dacc27b1a2d0840f28e57c9
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
7
+
&& /tmp/install \
8
+
&& rm /tmp/install
9
+
10
+
# Install AWS SAM CLI
11
+
RUN curl -LO https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip \
0 commit comments