1
0

add libc6-compat

This commit is contained in:
Michael Schramm 2022-02-28 08:41:42 +01:00
parent 6c34e65c3b
commit 13ceb1fe52
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- switched to supervisord based combined container
- upgrade to node 16
### Fixed

View File

@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm <admin@ohmyform.com>"
WORKDIR /usr/src/api
RUN apk --update --no-cache add curl bash g++ make libpng-dev
RUN apk --update --no-cache add curl bash g++ make libpng-dev libc6-compat
# install node-prune (https://github.com/tj/node-prune)
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin