Skip to content

Commit

Permalink
dockerfile: clean apt
Browse files Browse the repository at this point in the history
  • Loading branch information
arteniioleg committed May 4, 2018
1 parent 98aeeec commit ba90540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ RUN apt-get update \
libgtk2.0-0 libcanberra-gtk-module libxext-dev libxrender-dev libxtst-dev libxslt-dev dmz-cursor-theme \
build-essential cmake git \
libglfw3-dev libassimp-dev libxinerama-dev libxcursor-dev mesa-utils mesa-utils-extra kmod \
wget htop zip unzip nano
wget htop zip unzip nano \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

ADD https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini /tini
RUN chmod +x /tini

ENTRYPOINT ["/tini", "--"]

CMD ["sleep", "infinity"]
CMD ["sleep", "infinity"]

0 comments on commit ba90540

Please sign in to comment.