Explorar el Código

Fix typo in Dockerfile

master
Ray Burgemeestre hace 5 años
padre
commit
50ff7c4cc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile-ubuntu1804

+ 1
- 1
Dockerfile-ubuntu1804 Ver fichero

@@ -5,7 +5,7 @@ MAINTAINER Ray Burgemeestre
RUN apt-get update && \
apt-get -y install g++ git sudo wget gnupg2 && \
apt-get -y install libssl-dev build-essential && \
apt-get -y vim gdb strace && \
apt-get -y install vim gdb strace && \
\
echo deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main >> /etc/apt/sources.list && \
echo deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main >> /etc/apt/sources.list && \

Cargando…
Cancelar
Guardar