File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ sudo apt install -y acl zip unzip nginx composer php php-fpm php-gd \
3333 php-zip procps gcc g++ default-jre-headless \
3434 default-jdk-headless ghc fp-compiler autoconf automake bats \
3535 python3-sphinx python3-sphinx-rtd-theme rst2pdf fontconfig \
36- python3-yaml latexmk curl flex flexc++ bison++ bisonc++
36+ python3-yaml latexmk curl flex flexc++ bison++ bisonc++ libsystemd-dev
3737section_end
3838
3939PHPVERSION=$( php -r ' echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION."\n";' )
Original file line number Diff line number Diff line change 33. gitlab/ci_settings.sh
44
55sudo apt update
6- sudo apt install -y flex flexc++ bison++ bisonc++
6+ sudo apt install -y flex flexc++ bison++ bisonc++ libsystemd-dev
77
88# If this script is called from unit.sh, we use the test environment
99export APP_ENV=" ${1:- prod} "
You can’t perform that action at this time.
0 commit comments