소스 검색

Commit a workaround that hopefully will fix my CI

master
Ray Burgemeestre 2 년 전
부모
커밋
b6727487bd
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      Dockerfile-ubuntu2204

+ 3
- 1
Dockerfile-ubuntu2204 파일 보기

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

Loading…
취소
저장