Skip to content

Commit

Permalink
fix journald
Browse files Browse the repository at this point in the history
  • Loading branch information
jancajthaml committed Nov 25, 2021
1 parent 9cc95cc commit d5ce2ff
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ RUN \
apt-utils \
dpkg-dev \
rsyslog \
libzmq5>=4.3.1~ \
openjdk-11-jre \
libzmq5>=4.3~ \
openjdk-17-jre \
systemd \
systemd-sysv \
dbus \
htop \
dbus-user-session \
&& \
apt-get clean -y \
Expand Down Expand Up @@ -82,11 +83,6 @@ RUN systemctl mask -- \
systemd-logind.service && \
:

RUN rm -f \
/etc/machine-id \
/var/lib/dbus/machine-id && \
:

RUN mkdir -p /openbank/secrets
RUN openssl dhparam -out "/openbank/secrets/nginx.params.pem" 2048
COPY etc/nginx/nginx.cfg /etc/nginx/sites-available/default
Expand Down

0 comments on commit d5ce2ff

Please sign in to comment.