Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Zeng committed Jul 6, 2017
1 parent 458ef6e commit f29fb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ COPY lib/libpthread-2.24.so /usr/lib/libpthread.so.0
# Add Tini
ENV TINI_VERSION v0.15.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
# Use JSON format here to run command without /bin/sh
RUN ["chmod", "+x", "/tini"]

0 comments on commit f29fb83

Please sign in to comment.