bump fedora major version
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
||||
|
||||
RUN dnf install -y gcc gdb clang-tools-extra
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:39 AS cleanup
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
||||
|
||||
RUN dnf mark install libwayland-client \
|
||||
&& dnf -y -C rm mesa-\* glibc-all-langpacks
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:39 AS cleanup
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
||||
|
||||
RUN dnf -y -C rm glibc-all-langpacks
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:f39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:f40
|
||||
|
||||
RUN dnf install -y golang
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
||||
|
||||
RUN dnf install -y \
|
||||
texlive-latex \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:40
|
||||
|
||||
RUN dnf -y install rust
|
||||
|
||||
Reference in New Issue
Block a user