diff --git a/.travis.yml b/.travis.yml index e3187e6..0d6c541 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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