don't install apt-get recommendations
This commit is contained in:
parent
9f873ffaea
commit
ff044ada8b
@ -16,7 +16,7 @@ ENV BUNDLE_DEPLOYMENT=true \
|
||||
BUNDLE_WITHOUT="development test"
|
||||
|
||||
RUN <<EOT
|
||||
apt-get install --yes gcc make
|
||||
apt-get install --yes --no-install-recommends gcc make
|
||||
EOT
|
||||
|
||||
COPY Gemfile* .
|
||||
|
Loading…
x
Reference in New Issue
Block a user