Remove linux-headers as a dependency

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Upstream-commit: 82258262f90bfaca3a2ef14e6b53238c2fac3147
Component: packaging
This commit is contained in:
Eli Uriegas
2018-08-23 15:08:24 +00:00
parent 45b43d2050
commit 6c6bc2f8c9
@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y \
libgcc-6-dev \
libltdl-dev \
libtool \
linux-headers-$(dpkg --print-architecture) \
make
RUN grep "_COMMIT=" /*.installer |cut -f2- -d: > /binaries-commits