Skip to content
Snippets Groups Projects
Commit 5a0074f4 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

chore: build from ubuntu:focal

parent 0b3a9ebf
Branches
Tags
No related merge requests found
Pipeline #50114 passed
FROM ubuntu:impish AS installer
FROM ubuntu:focal AS installer
ARG COZY_VERSION=1.4.42
ARG NODE_VERSION=12.13.0
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /tmp
......@@ -11,7 +12,9 @@ COPY install.sh /
RUN chmod u+x /install.sh
RUN /install.sh
FROM ubuntu:impish
FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y install git imagemagick \
&& rm -rf /var/cache/apt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment