Download kernel sources from kernel.org
Add dependencies (curl, gpg, dirmngr) anf check gpg signature
This commit is contained in:
parent
4a0f6e99e9
commit
668d612b03
2 changed files with 72 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue