update some things to make docker work again (#1095)

This commit is contained in:
mads 2021-08-08 17:32:54 +00:00 committed by GitHub
parent da573640b3
commit e7afd231eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 783 additions and 507 deletions

View File

@ -1,4 +1,6 @@
node_modules
radata
stats.radata
.git
.gitignore
*.md

View File

@ -17,7 +17,7 @@ WORKDIR /app
ADD . .
ENV NPM_CONFIG_LOGLEVEL warn
RUN apk update && apk upgrade \
&& apk add --no-cache ca-certificates nodejs-npm \
&& apk add --no-cache ca-certificates nodejs npm \
&& apk add --no-cache --virtual .build-dependencies python2 make g++ git \
&& npm install --production=false \
&& apk del .build-dependencies && rm -rf /var/cache/* /tmp/npm*

1284
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@
"@types/ws": "^7.2.1",
"aws-sdk": "^2.528.0",
"ip": "^1.1.5",
"iris-messenger": "github:irislib/iris-messenger",
"iris-messenger": "https://github.com/irislib/iris-messenger",
"mocha": "^6.2.0",
"panic-manager": "^1.2.0",
"panic-server": "^1.1.1",