Update Dockerfile

This commit is contained in:
NullCat
2022-02-07 09:40:54 +09:00
committed by GitHub
parent 291743087d
commit 53f548bb08

View File

@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /misskey
ENV BUILD_DEPS autoconf automake file g++ gcc libc-dev libtool make nasm pkgconfig python3 zlib-dev git
ENV BUILD_DEPS=autoconf automake file g++ gcc libc-dev libtool make nasm pkgconfig python3 zlib-dev git
FROM base AS builder