mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-01 05:34:18 +08:00
🔨 Justify scripts
This commit is contained in:
parent
276b0c8370
commit
7da9810073
@ -12,11 +12,13 @@ LABEL maintainer="dwisiswant0"
|
|||||||
|
|
||||||
RUN npm config set unsafe-perm true && \
|
RUN npm config set unsafe-perm true && \
|
||||||
npm install --silent --save-dev -g typescript@3.5.2 && \
|
npm install --silent --save-dev -g typescript@3.5.2 && \
|
||||||
npm config set unsafe-perm false
|
npm config set unsafe-perm false && \
|
||||||
|
apk add --no-cache ca-certificates jq
|
||||||
|
|
||||||
ENV NODE_PATH "/usr/lib/node_modules/"
|
ENV NODE_PATH "/usr/lib/node_modules/"
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates jq
|
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user