fix glibc build error

This commit is contained in:
2022-10-12 23:32:11 +02:00
parent 0a4f9c4dfa
commit 368531c184

View File

@@ -1,4 +1,5 @@
FROM node:16
# might fix this? https://github.com/parcel-bundler/parcel/issues/6735
FROM node:16-bullseye
WORKDIR /usr/src/app
COPY package*.json ./