No install recommends.
This commit is contained in:
parent
c240a8f270
commit
f16813df2a
@ -1,7 +1,7 @@
|
||||
FROM python:3.6-stretch as base
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y \
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
build-essential git make gcc libtool libmhash-dev asciidoc
|
||||
|
||||
# Install deps
|
||||
|
Loading…
Reference in New Issue
Block a user