diff --git a/.drone.yml b/.drone.yml index 98e5727eddec959b4741557dea64fd60a465432f..42208c9d5a5843e04a10ce1ae527ce10974abb57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,10 @@ steps: - ./scripts/cacher.sh - name: build - image: node:12 + image: codercom/nbin:centos commands: - - apt update && apt install -y build-essential git libsecret-1-dev libx11-dev libxkbfile-dev + - yum install -y libxkbfile-devel libsecret-devel + - . /opt/rh/devtoolset-6/enable - timeout 50m ./scripts/ci.bash || echo 'Timed out or failed; continuing so we can preserve cache for the next run' - name: cache:package