Docker: Remove unnecessary workaround for BusyBox's "free" (#4199) (#4213)

systeminformation gets incorrect memory information due to BusyBox's
"free" issue.(#3409)
A workaround for avoiding it was made.

But it never works because the runner container has no effect.
It should be deleted.
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-13 23:45:58 +09:00 committed by GitHub
parent 4b6c113251
commit fa5ea45726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ WORKDIR /misskey
FROM base AS builder
RUN unlink /usr/bin/free
RUN apk add --no-cache \
autoconf \
automake \
@ -20,7 +19,6 @@ RUN apk add --no-cache \
make \
nasm \
pkgconfig \
procps \
python \
zlib-dev
RUN npm i -g yarn