From a7c7d777067e8f3aade5e47326132b55e6119c2c Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Wed, 17 Oct 2018 02:23:32 -0400 Subject: [PATCH] fix removed package --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 2970941..857f8d9 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -3,7 +3,7 @@ FROM ruby:2.6-rc-alpine RUN wget https://github.com/wrouesnel/p2cli/releases/download/r5/p2 -O /usr/local/bin/p2 \ && chmod +x /usr/local/bin/p2 -RUN apk --no-cache add nodejs mariadb-client git bash libcap build-base mariadb-dev tzdata mariadb-client-libs \ +RUN apk --no-cache add nodejs mariadb-client git bash libcap build-base mariadb-dev tzdata \ && git clone https://github.com/atech/postal.git /opt/postal \ && rm -rf /var/lib/apt/lists/* \ && gem install bundler \