fix missing package libatomic1 after version 13

This commit is contained in:
Christopher 2020-11-24 17:58:36 +08:00
parent 74fef2332d
commit 96e4f59124

View File

@ -41,6 +41,9 @@ build:
- cd ./omnibus-gitlab/docker
# write RELEASE
- echo "PACKAGECLOUD_REPO=gitlab-ce" > RELEASE && echo "RELEASE_PACKAGE=gitlab-ce" >> RELEASE && echo "RELEASE_VERSION=${CI_COMMIT_TAG}" >> RELEASE && echo "DOWNLOAD_URL=https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_${CI_COMMIT_TAG}_arm64.deb/download.deb" >> RELEASE
# missing package libatomic1 after version 13
- sed -i 's/less/less libatomic1/' ./Dockerfile
# build
- docker build -q -t ${DOCKER_NS}/${BASENAME}:${CI_COMMIT_TAG} -f ./Dockerfile ./
# latest tag
- cd ../../ && git fetch --tags && ./latest-tag.sh