Skip to content

Commit

Permalink
Updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocseh committed Feb 24, 2022
1 parent 067b372 commit 90ce17d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM eeacms/plone:5.2.4-78

ENV GRAYLOG_FACILITY=wise-plone

RUN buildDeps="build-essential libldap2-dev libsasl2-dev libssl-dev git vim xz-utils curl" \
&& apt-get update \
&& apt-get install -y --no-install-recommends $buildDeps

RUN mv /plone/instance/versions.cfg /plone/instance/eea-versions.cfg

COPY src/docker/* /
Expand Down

0 comments on commit 90ce17d

Please sign in to comment.