Skip to content
Snippets Groups Projects
Verified Commit 2115bf81 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing dependency

parent bf7dffbe
No related branches found
No related tags found
1 merge request!592Add missing dependency. Closes AlekSIS#24
Pipeline #10291 passed with warnings
......@@ -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