Update Dockerfile

This commit is contained in:
lowlighter
2021-06-09 12:35:49 +02:00
parent 98e7f058bd
commit 3807f8e78c

View File

@@ -20,7 +20,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
&& apt-get install -y ruby-full \ && 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 \ && 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 github-linguist \
&& gem install licensed -v 2.15.2 \ && gem install licensed \
# Install python for node-gyp # Install python for node-gyp
&& apt-get install -y python3 \ && apt-get install -y python3 \
# Install node modules # Install node modules