Skip to content

Commit 39f2797

Browse files
committed
Fix Dockerfile
1 parent 7271ee5 commit 39f2797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY package.json \
2020

2121
# Install build dependencies
2222
FROM base AS build
23-
RUN apk add --no-cache linux-headers git python make g++
23+
RUN apk add --no-cache linux-headers git python3 make g++
2424

2525
# HACK: to get netutils working
2626
RUN ln -s /usr/include/linux/sysctl.h /usr/include/sys/

0 commit comments

Comments
 (0)