mirror of
https://github.com/yuk7/AlpineWSL.git
synced 2026-03-18 21:40:29 +01:00
travis.yml: install bash for fix #1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user