This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
azure-functions-node-8/.devcontainer
azure-functions-node-lts/.devcontainer Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $(lsb
25
25
&& curl -sL https://packages.microsoft.com/keys/microsoft.asc | (OUT=$(apt-key add - 2>&1) || echo $OUT) \
26
26
&& apt-get update \
27
27
&& apt-get install -y azure-cli dotnet-sdk-2.1 azure-functions-core-tools
28
-
28
+
29
+ # Install eslint
30
+ RUN npm install -g eslint
31
+
29
32
# Clean up
30
33
RUN apt-get autoremove -y \
31
34
&& apt-get clean -y \
Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $(lsb
25
25
&& curl -sL https://packages.microsoft.com/keys/microsoft.asc | (OUT=$(apt-key add - 2>&1) || echo $OUT) \
26
26
&& apt-get update \
27
27
&& apt-get install -y azure-cli dotnet-sdk-2.1 azure-functions-core-tools
28
-
28
+
29
+ # Install eslint
30
+ RUN npm install -g eslint
31
+
29
32
# Clean up
30
33
RUN apt-get autoremove -y \
31
34
&& apt-get clean -y \
You can’t perform that action at this time.
0 commit comments