Download kernel sources from kernel.org

Add dependencies (curl, gpg, dirmngr)

anf check gpg signature
This commit is contained in:
Yorick Barbanneau 2021-04-28 01:01:17 +02:00
parent 4a0f6e99e9
commit 668d612b03
2 changed files with 72 additions and 8 deletions

View file

@ -12,10 +12,13 @@ RUN apt update \
bash \
git \
ca-certificates \
curl \
gpg \
dirmngr
libssl-dev
COPY docker/entrypoint.sh /tmp
COPY src/ /tmp
WORKDIR /tmp
CMD /tmp/entrypoint.sh
#CMD bash
CMD bash