Explorar el Código

adding missing dockerfile dependency

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
pull/780/head
Vanessa Sochat hace 5 años
padre
commit
4bb9df8983
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 55B56B9BF3B77E5C
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      utils/multires/Dockerfile

+ 1
- 1
utils/multires/Dockerfile Ver fichero

@@ -5,7 +5,7 @@ FROM ubuntu:18.04

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y python3 python3-pil hugin-tools
apt-get install -y python3 python3-dev python3-pil hugin-tools

ADD generate.py /generate.py
ENTRYPOINT ["python3", "/generate.py"]

Cargando…
Cancelar
Guardar