Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Install eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 28, 2019
1 parent d1b998a commit 30284b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion containers/azure-functions-node-8/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $(lsb
&& curl -sL https://packages.microsoft.com/keys/microsoft.asc | (OUT=$(apt-key add - 2>&1) || echo $OUT) \
&& apt-get update \
&& apt-get install -y azure-cli dotnet-sdk-2.1 azure-functions-core-tools


# Install eslint
RUN npm install -g eslint

# Clean up
RUN apt-get autoremove -y \
&& apt-get clean -y \
Expand Down
5 changes: 4 additions & 1 deletion containers/azure-functions-node-lts/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $(lsb
&& curl -sL https://packages.microsoft.com/keys/microsoft.asc | (OUT=$(apt-key add - 2>&1) || echo $OUT) \
&& apt-get update \
&& apt-get install -y azure-cli dotnet-sdk-2.1 azure-functions-core-tools


# Install eslint
RUN npm install -g eslint

# Clean up
RUN apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit 30284b4

Please sign in to comment.