1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:06:39 +09:00

ci: 💚 install proper dependencies for Docker build

This commit is contained in:
ThatOneCalculator 2023-08-01 23:03:07 -07:00
parent 35dbda8876
commit 10624f7bea
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -52,6 +52,7 @@ dockerPush:
services:
- docker:dind
script:
- apk add --no-cache nodejs npm cargo python3 make g++
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG .
- echo $CI_JOB_TOKEN | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG