We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6e829 commit 9deeb82Copy full SHA for 9deeb82
1 file changed
.devcontainer/Containerfile
@@ -1 +1,9 @@
1
FROM mcr.microsoft.com/devcontainers/rust:latest
2
+
3
+RUN apt-get update \
4
+ && apt-get upgrade -y \
5
+ && apt-get install -y --no-install-recommends \
6
+ nodejs \
7
+ npm \
8
+ && apt-get clean \
9
+ && rm -rf /var/lib/apt/lists/*
0 commit comments