Merge pull request #24 from Tzrlk/patch-1

Adding sbin folder back to path so apt-get works again.
This commit is contained in:
Eric Kidd 2017-08-22 06:47:09 -04:00 committed by GitHub
commit 8ea04b5f16
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN mkdir -p /home/rust/libs /home/rust/src
# Set up our path with all our binary directories, including those for the
# musl-gcc toolchain and for our Rust toolchain.
ENV PATH=/home/rust/.cargo/bin:/usr/local/musl/bin:/usr/local/bin:/usr/bin:/bin
ENV PATH=/home/rust/.cargo/bin:/usr/local/musl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Install our Rust toolchain and the `musl` target. We patch the
# command-line we pass to the installer so that it won't attempt to