kind: pipeline name: default steps: - name: Build image: gcc commands: - apt update && apt install -y libcjson-dev libpcre3-dev libfcgi-dev - cp config.def.h config.h - make