Skip to content

Commit

Permalink
subshell for fedora version in container file
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrusiecki committed Jan 21, 2024
1 parent 32b38b8 commit cee9c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN mkdir -p /usr/share/andyrusiecki
COPY scripts/post-install.sh /usr/share/andyrusiecki

RUN rpm-ostree install \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-${FEDORA_VERSION}.noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-${FEDORA_VERSION}.noarch.rpm
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

RUN rpm-ostree override remove \
firefox \
Expand Down

0 comments on commit cee9c7d

Please sign in to comment.