* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-27 00:32:56 +09:00 committed by Aya Morisawa
parent e8439679a5
commit 33243e7176

View file

@ -8,18 +8,20 @@ WORKDIR /misskey
FROM base AS builder FROM base AS builder
RUN unlink /usr/bin/free
RUN apk add --no-cache \ RUN apk add --no-cache \
gcc \
g++ \
libc-dev \
python \
autoconf \ autoconf \
automake \ automake \
file \ file \
g++ \
gcc \
libc-dev \
libtool \
make \ make \
nasm \ nasm \
pkgconfig \ pkgconfig \
libtool \ procps \
python \
zlib-dev zlib-dev
RUN npm i -g node-gyp RUN npm i -g node-gyp