Parcourir la source

Commit a workaround that hopefully will fix my CI

master
Ray Burgemeestre il y a 2 ans
Parent
révision
b6727487bd
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      Dockerfile-ubuntu2204

+ 3
- 1
Dockerfile-ubuntu2204 Voir le fichier

@@ -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 && \

Chargement…
Annuler
Enregistrer