Skip to content

Commit 309d97f

Browse files
authored
Merge pull request #235 from skupjoe/master
Fix issue #234
2 parents a04b340 + 582217c commit 309d97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
5050
supervisor \
5151
unzip \
5252
wget \
53-
&& apt-get --purge remove exim4 exim4-base exim4-config exim4-daemon-light \
53+
&& apt-get -y --purge remove exim4 exim4-base exim4-config exim4-daemon-light \
5454
&& apt-get clean \
5555
&& rm -rf /var/lib/apt/lists/*
5656

0 commit comments

Comments
 (0)