Add java-devel and vscodium
This commit is contained in:
parent
c48557104a
commit
966f7ff598
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM registry.access.redhat.com/ubi9 AS builder
|
||||
RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/tags/v1.16.7.tar.gz | tar xz && mv big-AGI-* big-AGI
|
||||
RUN curl -L https://github.com/enricoros/big-AGI/archive/refs/tags/v1.16.8.tar.gz | tar xz && mv big-AGI-* big-AGI
|
||||
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
COPY --from=builder /big-AGI .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM quay.io/fedora/fedora-toolbox:40
|
||||
RUN dnf up -y
|
||||
RUN dnf install -y bash-color-prompt clang gcc hyperfine libvirt llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
||||
RUN dnf install -y bash-color-prompt clang gcc hyperfine java-devel libvirt llvm mtools nodejs-npm openssl-devel parted poetry postgresql-server python3-ipykernel python3-pip qemu-system-x86-core rustup systemd-container vim-enhanced
|
||||
RUN dnf install -y https://github.com/coder/code-server/releases/download/v4.92.2/code-server-4.92.2-amd64.rpm
|
||||
RUN mkdir /etc/systemd/system/user@.service.d
|
||||
RUN mkdir /var/lib/systemd/linger
|
||||
|
|
|
@ -5,4 +5,4 @@ sh setup-desktop.sh
|
|||
systemctl disable auditd
|
||||
systemctl mask --global grub-boot-success.timer
|
||||
flatpak remote-add --if-not-exists flathub /usr/lib/fedora-third-party/conf.d/fedora-flathub.flatpakrepo
|
||||
flatpak install com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.github.xournalpp.xournalpp com.moonlight_stream.Moonlight com.valvesoftware.Steam com.yubico.yubioath io.mpv.Mpv net.lutris.Lutris org.chromium.Chromium org.gimp.GIMP org.gnome.Boxes org.gnome.Calculator org.gnome.Evince org.gnome.Evolution org.gnome.FileRoller org.gnome.Snapshot org.gnome.TextEditor org.libreoffice.LibreOffice org.mozilla.firefox org.remmina.Remmina org.torproject.torbrowser-launcher
|
||||
flatpak install com.github.tchx84.Flatseal com.github.wwmm.easyeffects com.github.xournalpp.xournalpp com.moonlight_stream.Moonlight com.valvesoftware.Steam com.vscodium.codium com.yubico.yubioath io.mpv.Mpv net.lutris.Lutris org.chromium.Chromium org.gimp.GIMP org.gnome.Boxes org.gnome.Calculator org.gnome.Evince org.gnome.Evolution org.gnome.FileRoller org.gnome.Snapshot org.gnome.TextEditor org.libreoffice.LibreOffice org.mozilla.firefox org.remmina.Remmina org.torproject.torbrowser-launcher
|
||||
|
|
Loading…
Add table
Reference in a new issue