1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

Docker: fix the syntax of the apk command

This commit is contained in:
Diego Magdaleno 2021-05-09 10:25:27 -05:00
parent a78102b6cf
commit f295c59a45

View File

@ -2,7 +2,7 @@ FROM node:lts-alpine
RUN mkdir -p /usr/src/fosscord-gateway
WORKDIR /usr/src/fosscord-gateway
COPY package.json /usr/src/fosscord-gateway
RUN apk add --no-cache --virtual build-dependencies add \
RUN apk --no-cache --virtual build-dependencies add \
python \
make \
g++