mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2025-04-03 13:13:33 +03:00
add pkgconfig
This commit is contained in:
parent
bc40e431cf
commit
7275a73bf4
4 changed files with 8 additions and 4 deletions
|
@ -6,4 +6,5 @@ RUN apk -U upgrade \
|
|||
openssh \
|
||||
python3 \
|
||||
make \
|
||||
g++
|
||||
g++ \
|
||||
pkgconfig
|
||||
|
|
|
@ -6,4 +6,5 @@ RUN apk -U upgrade \
|
|||
openssh \
|
||||
python3 \
|
||||
make \
|
||||
g++
|
||||
g++ \
|
||||
pkgconfig
|
|
@ -6,4 +6,5 @@ RUN apk -U upgrade \
|
|||
openssh \
|
||||
python3 \
|
||||
make \
|
||||
g++
|
||||
g++ \
|
||||
pkgconfig
|
||||
|
|
|
@ -6,4 +6,5 @@ RUN apk -U upgrade \
|
|||
openssh \
|
||||
python3 \
|
||||
make \
|
||||
g++
|
||||
g++ \
|
||||
pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue