From 8db11ec6b28c272179be62fd8fdf683855324a3f Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 4 May 2021 23:07:39 +0200 Subject: [PATCH] Bugfix --- Dockerfile | 2 +- .../github-workflows/install-dependencies.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f35650..6b124c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bionic +FROM debian:buster ARG REVISION ARG GH_MATRIX_OS diff --git a/scripts/continuous-integration/github-workflows/install-dependencies.sh b/scripts/continuous-integration/github-workflows/install-dependencies.sh index f306be7..a20c930 100755 --- a/scripts/continuous-integration/github-workflows/install-dependencies.sh +++ b/scripts/continuous-integration/github-workflows/install-dependencies.sh @@ -4,8 +4,8 @@ set -e if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then echo "==Linux====" sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \ - ccache maven python3 python3-pip php7.2-cli \ - clang-10 libc++-10-dev libc++abi-10-dev + ccache maven python3 python3-pip php-cli \ + clang libc++-dev libc++abi-dev elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then echo "==OSX======"