fix: Install wget

This commit is contained in:
1ambda 2017-09-15 21:42:55 +09:00
parent 9c1fca1823
commit 66463343f3

View file

@ -33,7 +33,7 @@ RUN echo "$LOG_TAG update and install basic packages" && \
apt-get install -y build-essential
RUN echo "$LOG_TAG install tini related packages" && \
apt-get install -y curl grep sed dpkg && \
apt-get install -y wget curl grep sed dpkg && \
TINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o "/v.*\"" | sed 's:^..\(.*\).$:\1:'` && \
curl -L "https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb" > tini.deb && \
dpkg -i tini.deb && \