diff --git a/.travis.yml b/.travis.yml index 9a290efe..9417cb24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,7 @@ before_install: - docker pull alexays/waybar:${distro} script: - - docker run alexays/waybar:${distro} /bin/sh -c "git clone https://github.com/Alexays/Waybar && cd Waybar && git clone https://github.com/swaywm/wlroots subprojects/wlroots && meson build && ninja -C build" \ No newline at end of file + - echo FROM alexays/waybar:${distro} > Dockerfile + - echo ADD . /root >> Dockerfile + - docker build -t waybar . + - docker run waybar /bin/sh -c "cd /root && git clone https://github.com/swaywm/wlroots subprojects/wlroots && meson build && ninja -C build" \ No newline at end of file diff --git a/Dockerfiles/archlinux b/Dockerfiles/archlinux index 656f2c77..c4f4b435 100644 --- a/Dockerfiles/archlinux +++ b/Dockerfiles/archlinux @@ -1,4 +1,3 @@ - FROM archlinux/base:latest RUN pacman -Syu --noconfirm && \