Bugfix
This commit is contained in:
parent
dc568057db
commit
8db11ec6b2
@ -1,4 +1,4 @@
|
||||
FROM debian:bionic
|
||||
FROM debian:buster
|
||||
|
||||
ARG REVISION
|
||||
ARG GH_MATRIX_OS
|
||||
|
@ -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======"
|
||||
|
Loading…
Reference in New Issue
Block a user