From 4a981f7189e626f744a41a455a5f6995297889e2 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 30 May 2023 13:33:32 +0200 Subject: [PATCH] Add pantalaimon --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94f8ddc..c4d0f0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,7 +150,7 @@ RUN curl -L https://github.com/storj/storj/releases/latest/download/uplink_linux RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install symfony-cli -RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install fonts-noto-color-emoji xdg-utils +RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install fonts-noto-color-emoji xdg-utils pantalaimon ADD . /opt/workspace-repo WORKDIR /opt/workspace-repo