Skip to content

Commit

Permalink
RUST_BACKTRACE=1 in Dockerfile is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingshen Sun committed Jan 25, 2018
1 parent 4836e8d commit 33102ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Mingshen Sun <mssun@mesalock-linux.org>


ADD build/rootfs.tar.xz / ADD build/rootfs.tar.xz /


ENV TZ="America/Los_Angeles" RUST_BACKTRACE=1 ENV TZ="America/Los_Angeles"
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone


CMD ["/bin/ion"] CMD ["/bin/ion"]

0 comments on commit 33102ae

Please sign in to comment.