Use our own Ubuntu image

pull/1510/head
Piero Toffanin 2022-07-24 12:52:37 -04:00
rodzic ac6a0a9fc0
commit a2f5de779e
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM ubuntu:21.04 AS builder
FROM opendronemap/ubuntu:21.04 AS builder
# Env variables
ENV DEBIAN_FRONTEND=noninteractive \
@ -21,7 +21,7 @@ RUN bash configure.sh clean
### Use a second image for the final asset to reduce the number and
# size of the layers.
FROM ubuntu:21.04
FROM opendronemap/ubuntu:21.04
# Env variables
ENV DEBIAN_FRONTEND=noninteractive \

Wyświetl plik

@ -1,4 +1,4 @@
FROM ubuntu:21.04 AS builder
FROM opendronemap/ubuntu:21.04 AS builder
# Env variables
ENV DEBIAN_FRONTEND=noninteractive \
@ -21,7 +21,7 @@ RUN bash configure.sh clean
### Use a second image for the final asset to reduce the number and
# size of the layers.
FROM ubuntu:21.04
FROM opendronemap/ubuntu:21.04
# Env variables
ENV DEBIAN_FRONTEND=noninteractive \