diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 78b582a..68fdcc7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build the Docker image - run: docker build . --file Containerfile --tag my-ostree-OS:$(date +%s) + run: docker build . --file Containerfile --tag my-ostree-OS:latest diff --git a/Containerfile b/Dockerfile similarity index 81% rename from Containerfile rename to Dockerfile index 1b745e2..bd24729 100644 --- a/Containerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ ARG IMAGE_NAME="${IMAGE_NAME}" ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}" RUN rpm-ostree override remove firefox firefox-langpacks && \ -rpm-ostree install distrobox - -RUN ostree container commit +rpm-ostree install distrobox fish && \ +rpm-ostree cleanup -m && \ +ostree container commit \ No newline at end of file