Browse Source
Upgrade hugin image to debian:bullseye
pull/145/head
Jérémy DECOOL
3 years ago
No known key found for this signature in database
GPG Key ID: 60D6FF1081E8575
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|