summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 078b96a159..8aea9d54a5 100644
--- a/Dockerfile
+++ b/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