Skip to content

Commit

Permalink
omitting TINI to solve #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mimbres authored Sep 30, 2022
1 parent 96abeb7 commit 058d812
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ RUN wget --quiet \

RUN apt-get install -y libopenblas-dev

RUN apt-get install -y curl grep sed dpkg git tmux nano htop&& \
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 && \
rm tini.deb && \
RUN apt-get install -y curl grep sed dpkg git tmux nano htop && \
apt-get clean

RUN apt-get install -y python3-pip
Expand Down

0 comments on commit 058d812

Please sign in to comment.