Explorar el Código

Add clang-format to build image.

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

+ 1
- 1
Dockerfile-ubuntu1804 Ver fichero

@@ -12,7 +12,7 @@ RUN apt-get update && \
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - ; \
apt update -y && \
apt-get install -y clang-10 lldb-10 lld-10 && \
apt-get install -y libc++-10-dev libc++-10-dev && \
apt-get install -y libc++-10-dev libc++-10-dev clang-format-10 && \
\
rm -rf /var/lib/apt/lists/*


Cargando…
Cancelar
Guardar