fix removed package

This commit is contained in:
CatDeployed 2018-10-17 02:23:32 -04:00
parent e1288eceb2
commit a7c7d77706

View File

@ -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 \