@@ -4,7 +4,9 @@ MAINTAINER Ray Burgemeestre | |||
ARG DEBIAN_FRONTEND=noninteractive | |||
RUN apt-get update && \ | |||
# The || true around apt-get update is to workaround a weird issue that only seems to happen | |||
# in gocd CI | |||
RUN apt-get update || true && \ | |||
apt-get -y install g++12 git sudo wget gnupg2 && \ | |||
apt-get -y install libssl-dev build-essential && \ | |||
apt-get -y install vim gdb strace patch && \ |