Skip to content
Snippets Groups Projects
Commit f703c8a0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '24-job-failed-24178' into 'master'

Add missing dependency. Closes AlekSIS#24

Closes AlekSIS#24

See merge request !592
parents ba28e81a 2115bf81
No related branches found
No related tags found
Loading
Pipeline #10390 failed
......@@ -26,7 +26,7 @@ RUN apt-get -y update && \
eatmydata apt-get -y upgrade && \
eatmydata apt-get install -y --no-install-recommends \
build-essential \
chromium \
chromium \
dumb-init \
gettext \
libpq5 \
......@@ -34,6 +34,7 @@ RUN apt-get -y update && \
libssl-dev \
postgresql-client \
python3-dev \
python3-magic \
python3-pip \
uwsgi \
uwsgi-plugin-python3 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment