forked from FoundKeyGang/FoundKey
parent
e8439679a5
commit
33243e7176
1 changed files with 7 additions and 5 deletions
12
Dockerfile
12
Dockerfile
|
@ -8,18 +8,20 @@ WORKDIR /misskey
|
|||
|
||||
FROM base AS builder
|
||||
|
||||
RUN unlink /usr/bin/free
|
||||
RUN apk add --no-cache \
|
||||
gcc \
|
||||
g++ \
|
||||
libc-dev \
|
||||
python \
|
||||
autoconf \
|
||||
automake \
|
||||
file \
|
||||
g++ \
|
||||
gcc \
|
||||
libc-dev \
|
||||
libtool \
|
||||
make \
|
||||
nasm \
|
||||
pkgconfig \
|
||||
libtool \
|
||||
procps \
|
||||
python \
|
||||
zlib-dev
|
||||
RUN npm i -g node-gyp
|
||||
|
||||
|
|
Loading…
Reference in a new issue