From fd359142f6296041989d6bc1f67f3ebcc2addf07 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Thu, 11 Nov 2021 20:23:38 +0100 Subject: [PATCH] Install util-linux as it is used by Gatsby --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 417687c..7fa5aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ LABEL maintainer="Carlos A. Gomes " ARG DEPLOYER_VERSION="v6.8.0" RUN apk add --no-cache \ + util-linux \ zsh \ vim \ ca-certificates \