Browse Source

Upgrade hugin image to debian:bullseye

pull/145/head
Jérémy DECOOL 2 years ago
parent
commit
ad4398daa3
No known key found for this signature in database GPG Key ID: 60D6FF1081E8575
  1. 4
      hugin/Dockerfile

4
hugin/Dockerfile

@ -1,10 +1,10 @@
FROM debian:jessie
FROM debian:bullseye
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive
ADD install.sh install.sh
RUN sh install.sh && rm install.sh
RUN bash install.sh && rm install.sh
VOLUME ["/source"]
WORKDIR /source

Loading…
Cancel
Save