remove unneeded packages
This commit is contained in:
parent
f673819bd7
commit
c24cc8b98c
@ -4,12 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
git-core \
|
git-core \
|
||||||
checkinstall \
|
|
||||||
g++ \
|
|
||||||
gnupg2 \
|
|
||||||
make \
|
|
||||||
tar \
|
|
||||||
wget \
|
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& apt-get update
|
&& apt-get update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user