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