From 13ceb1fe52453cdd0b24d0b316d6d73613055e91 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 28 Feb 2022 08:41:42 +0100 Subject: [PATCH] add libc6-compat --- CHANGELOG.md | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b6bf05..11221b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 9a30b9b5..86b3e54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm " 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