travis.yml: install bash for fix #1

This commit is contained in:
yuk7
2018-03-02 01:43:39 +09:00
committed by GitHub
parent 698aec6d69
commit d95f254e29

View File

@@ -16,9 +16,11 @@ script:
- cd rootfs
- sudo tar -zxpf ../${ROOTFS_FN}
- sudo cp -f ../${GLIBC_FN} ./root/
- sudo cp -f /etc/resolv.conf ./etc/resolv.conf
-
- sudo chroot . /sbin/apk add /root/${GLIBC_FN} --allow-untrusted
- sudo ln -sf ash bash
- sudo chroot . /sbin/apk update
- sudo chroot . /sbin/apk add bash
-
- echo "# This file was automatically generated by WSL. To stop automatic generation
of this file, remove this line." | sudo tee ./etc/resolv.conf