(simatec) Fix Dockerfile
This commit is contained in:
parent
bfa69523fa
commit
70d4517133
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ EXPOSE 443/tcp
|
||||||
# Clean up APT when done.
|
# Clean up APT when done.
|
||||||
RUN apt clean && \
|
RUN apt clean && \
|
||||||
apt autoremove && \
|
apt autoremove && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||||
|
sed -i '/imklog/s/^/#/' /etc/rsyslog.conf
|
||||||
|
|
||||||
COPY start.sh /start.sh
|
COPY start.sh /start.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue