We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e512070 commit 220969cCopy full SHA for 220969c
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:19.04
2
RUN apt-get update
3
RUN apt-get install -y --no-install-recommends \
4
- gcc libc6-dev ca-certificates
+ gcc libc6-dev ca-certificates linux-headers-generic
5
6
RUN apt search linux-headers
7
RUN ls /usr/src
0 commit comments