We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c258e95 commit 99bdef0Copy full SHA for 99bdef0
Dockerfile
@@ -3,6 +3,7 @@ RUN apk update
3
RUN apk add --no-cache \
4
git \
5
bash \
6
+linux-headers \
7
python3 \
8
py3-pip gcc \
9
python3-dev \
Dockerfile.dev
0 commit comments