Merge pull request #14693 from antobinary/record-core-libs

build: move ruby-bundler libsystemd-dev to docker image
This commit is contained in:
Anton Georgiev 2022-03-29 16:22:12 -04:00 committed by GitHub
commit a51069e357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,7 @@ stages:
# define which docker image to use for builds
default:
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-03-16-bbb-25-jvm-11
image: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-03-29-bbb-25
# This stage uses git to find out since when each package has been unmodified.
# it then checks an API endpoint on the package server to find out for which of

View File

@ -7,10 +7,6 @@ PACKAGE=$(echo $TARGET | cut -d'_' -f1)
VERSION=$(echo $TARGET | cut -d'_' -f2)
DISTRO=$(echo $TARGET | cut -d'_' -f3)
# Additional packages required for build
# TODO: Add these to the docker base image used for package building.
apt install ruby-bundler libsystemd-dev
#
# Clean up directories
rm -rf staging