update
This commit is contained in:
parent
c17ddba64f
commit
bb6481818e
@ -11,8 +11,8 @@ stages:
|
|||||||
- trigger
|
- trigger
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm uninstall -g npmci
|
|
||||||
- npm install -g npmci
|
- yarn global add npmci
|
||||||
- npmci prepare docker
|
- npmci prepare docker
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -39,4 +39,3 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade
|
|||||||
|
|
||||||
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
|
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
|
||||||
ENV PATH /root/.yarn/bin:$PATH
|
ENV PATH /root/.yarn/bin:$PATH
|
||||||
RUN yarn global add npmci
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
FROM hosttoday/ht-docker-dbase:latest
|
FROM hosttoday/ht-docker-dbase:latest
|
||||||
|
RUN yarn global add npmci
|
Loading…
Reference in New Issue
Block a user