File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
19
19
&& apt-get install -y curl unzip \
20
20
&& curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh \
21
21
# Install ruby to support github licensed gem
22
- && apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev \
22
+ && apt-get install -y ruby-full git g++ cmake pkg-config libssl-dev xz-utils \
23
23
&& gem install licensed \
24
24
# Install python for node-gyp
25
25
&& apt-get install -y python3 \
@@ -30,8 +30,8 @@ RUN chmod +x /metrics/source/app/action/index.mjs \
30
30
&& npm run build
31
31
32
32
# Environment variables
33
- ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
34
- ENV PUPPETEER_BROWSER_PATH "google-chrome-stable"
33
+ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD= true
34
+ ENV PUPPETEER_BROWSER_PATH= "google-chrome-stable"
35
35
36
36
# Execute GitHub action
37
- ENTRYPOINT node /metrics/source/app/action/index.mjs
37
+ ENTRYPOINT [ " node" , " /metrics/source/app/action/index.mjs" ]
You can’t perform that action at this time.
0 commit comments