We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928fd6 commit e04201fCopy full SHA for e04201f
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Jason Gegere <[email protected]>
4
# Install packages then remove cache package list information
5
ENV DEBIAN_FRONTEND noninteractive
6
7
-RUN apt-get update && apt-get -yq install openssh-client \
+RUN apt-get update && apt-get install -yq --no-install-recommends openssh-client \
8
apache2 \
9
wget \
10
libapache2-mod-php5 \
0 commit comments