Skip to content

Commit

Permalink
modified: Dockerfile_mbtci_template
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Yang committed Jul 4, 2023
1 parent a309746 commit d1a3676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile_mbtci_template
Expand Up @@ -249,6 +249,11 @@ RUN set -ex \
&& chown -R ${MTA_USER}:${MTA_USER} ${MTA_USER_HOME}
ENV NPM_CONFIG_PREFIX ${MTA_USER_HOME}/.npm-global

# Instll curl and ca-certificates
RUN set -ex \
&& apt-get update \
&& apt-get install -y curl ca-certificates --no-install-recommends

ENV PATH=$PATH:./node_modules/.bin:${MTA_USER_HOME}/.npm-global/bin
WORKDIR /project
USER ${MTA_USER}

0 comments on commit d1a3676

Please sign in to comment.