remove unneeded packages

This commit is contained in:
Greg 2022-06-23 12:45:08 -04:00
parent f673819bd7
commit c24cc8b98c
No known key found for this signature in database
GPG Key ID: B016D27A4C5E4363

View File

@ -4,12 +4,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
git-core \
checkinstall \
g++ \
gnupg2 \
make \
tar \
wget \
ca-certificates \
&& apt-get update