Add podman compose and terraform to nvidia build
This commit is contained in:
parent
002c44271b
commit
08aa6a795b
2 changed files with 70 additions and 60 deletions
|
@ -48,6 +48,7 @@ RUN dnf remove -y \
|
||||||
mpv \
|
mpv \
|
||||||
ncdu \
|
ncdu \
|
||||||
pavucontrol \
|
pavucontrol \
|
||||||
|
podman-compose \
|
||||||
sysstat \
|
sysstat \
|
||||||
tailscale \
|
tailscale \
|
||||||
vdpauinfo \
|
vdpauinfo \
|
||||||
|
@ -61,7 +62,12 @@ RUN dnf remove -y \
|
||||||
# Setup watercooling
|
# Setup watercooling
|
||||||
RUN dnf copr enable -y codifryed/CoolerControl && \
|
RUN dnf copr enable -y codifryed/CoolerControl && \
|
||||||
dnf install -y coolercontrol && \
|
dnf install -y coolercontrol && \
|
||||||
systemctl enable coolercontrold
|
systemctl enable coolercontrold && \
|
||||||
|
dnf clean all
|
||||||
|
|
||||||
|
RUN dnf config-manager addrepo --from-repofile=https://rpm.releases.hashicorp.com/fedora/hashicorp.repo && \
|
||||||
|
dnf install -y terraform && \
|
||||||
|
dnf clean all
|
||||||
|
|
||||||
# Remove btop and nvtop shortcuts
|
# Remove btop and nvtop shortcuts
|
||||||
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop
|
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop
|
||||||
|
|
|
@ -48,6 +48,7 @@ RUN dnf remove -y \
|
||||||
mpv \
|
mpv \
|
||||||
ncdu \
|
ncdu \
|
||||||
pavucontrol \
|
pavucontrol \
|
||||||
|
podman-compose \
|
||||||
sysstat \
|
sysstat \
|
||||||
tailscale \
|
tailscale \
|
||||||
vdpauinfo \
|
vdpauinfo \
|
||||||
|
@ -57,10 +58,13 @@ RUN dnf remove -y \
|
||||||
# Clean up
|
# Clean up
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
|
RUN dnf config-manager addrepo --from-repofile=https://rpm.releases.hashicorp.com/fedora/hashicorp.repo && \
|
||||||
|
dnf install -y terraform && \
|
||||||
|
dnf clean all
|
||||||
|
|
||||||
# Remove btop and nvtop shortcuts
|
# Remove btop and nvtop shortcuts
|
||||||
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop
|
RUN rm /usr/share/applications/btop.desktop /usr/share/applications/nvtop.desktop
|
||||||
|
|
||||||
|
|
||||||
# Don't install 1password, the browser integration breaks because 1Password uses /opt.
|
# Don't install 1password, the browser integration breaks because 1Password uses /opt.
|
||||||
# I think this is polkit related.
|
# I think this is polkit related.
|
||||||
# RUN mkdir -p /var/opt
|
# RUN mkdir -p /var/opt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue