rename to dockerfile
This commit is contained in:
parent
73c8c2f25d
commit
5327b6ab0b
2 changed files with 4 additions and 4 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -15,4 +15,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@ ARG IMAGE_NAME="${IMAGE_NAME}"
|
||||||
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
|
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
|
||||||
|
|
||||||
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
||||||
rpm-ostree install distrobox
|
rpm-ostree install distrobox fish && \
|
||||||
|
rpm-ostree cleanup -m && \
|
||||||
RUN ostree container commit
|
ostree container commit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue