mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 00:54:16 +00:00
Merge pull request #64 from DiegoMagdaleno/master
Docker: fix the syntax of the apk command
This commit is contained in:
+1
-1
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user