fix removed package
This commit is contained in:
parent
1072504477
commit
6e989cb47f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user