diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2850580..ffb8791 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,6 +28,8 @@ jobs: - name: Pull Arch Linux Docker image. run: docker pull archlinux - - name: List containers. + - name: Updating the container. run: docker run archlinux bash -c "pacman -Syu --noconfirm" - + + - name: Installing the Archiso package inside the container. + run: docker run archlinux bash -c "pacman -S --noconfirm archiso"