Move docker changes to base image (docker repo)

pull/261/head
Webber 2021-05-22 16:41:23 +02:00
parent c07aaf62d6
commit 35f5ce644d
1 changed files with 0 additions and 9 deletions

9
dist/Dockerfile vendored
View File

@ -17,13 +17,4 @@ ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
RUN ls RUN ls
# Set frontend to Noninteractive
# https://github.com/phusion/baseimage-docker/issues/58#issuecomment-47995343
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
libnotify4 \
&& apt-get clean
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]