Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Feb 11, 2021
1 parent 8877374 commit 493f911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
&& apt-get install -y ruby-full \
&& apt-get install -y git g++ cmake pkg-config libicu-dev zlib1g-dev libcurl4-openssl-dev libssl-dev ruby-dev \
&& gem install github-linguist \
&& gem install licensed
&& gem install licensed \
# Install python for node-gyp
&& apt-get update \
&& apt-get install -y python3 \
Expand Down

0 comments on commit 493f911

Please sign in to comment.