Ver código fonte

Commit a workaround that hopefully will fix my CI

master
Ray Burgemeestre 2 anos atrás
pai
commit
b6727487bd
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      Dockerfile-ubuntu2204

+ 3
- 1
Dockerfile-ubuntu2204 Ver arquivo

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

Carregando…
Cancelar
Salvar