Explorar el Código

fastpfor failed because 'patch' command was missing in the image.

master
Ray Burgemeestre hace 4 años
padre
commit
c3fc7dd1d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile-ubuntu2004

+ 1
- 1
Dockerfile-ubuntu2004 Ver fichero

@@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y install g++ git sudo wget gnupg2 && \
apt-get -y install libssl-dev build-essential && \
apt-get -y install vim gdb strace && \
apt-get -y install vim gdb strace patch && \
\
echo deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main >> /etc/apt/sources.list && \
echo deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main >> /etc/apt/sources.list && \

Cargando…
Cancelar
Guardar