mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Install wget
This commit is contained in:
parent
9c1fca1823
commit
66463343f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue