Skip to content

Commit e04201f

Browse files
committed
docker build --no-install-recommends
1 parent 3928fd6 commit e04201f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Jason Gegere <[email protected]>
44
# Install packages then remove cache package list information
55
ENV DEBIAN_FRONTEND noninteractive
66

7-
RUN apt-get update && apt-get -yq install openssh-client \
7+
RUN apt-get update && apt-get install -yq --no-install-recommends openssh-client \
88
apache2 \
99
wget \
1010
libapache2-mod-php5 \

0 commit comments

Comments
 (0)