bump fedora version to 35 #4
@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1.3
|
# syntax=docker/dockerfile:1.3
|
||||||
FROM registry.fedoraproject.org/fedora-minimal:34
|
FROM registry.fedoraproject.org/fedora-minimal:35
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
|
21
README.md
21
README.md
@ -13,10 +13,12 @@ The image is rebuilt nightly to ensure it always has the latest packages.
|
|||||||
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-fedora-cpp)
|
development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docker-fedora-cpp)
|
||||||
|
|
||||||
## What you get
|
## What you get
|
||||||
* updated `registry.fedoraproject.org/fedora-minimal:34` image
|
* updated `registry.fedoraproject.org/fedora-minimal:35` image
|
||||||
* the result of
|
* the result of
|
||||||
```sh
|
```sh
|
||||||
dnf install -y \
|
microdnf install --nodocs dnf dnf-plugins-core -y && \
|
||||||
|
dnf copr enable eddsalkield/iwyu -y && \
|
||||||
|
microdnf install --nodocs --setopt install_weak_deps=0 -y \
|
||||||
git \
|
git \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
make \
|
make \
|
||||||
@ -26,7 +28,14 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
|
|||||||
libgcc \
|
libgcc \
|
||||||
libstdc++-{devel,static} \
|
libstdc++-{devel,static} \
|
||||||
glibc-devel \
|
glibc-devel \
|
||||||
|
iwyu \
|
||||||
|
cryptopp-devel \
|
||||||
|
libasan-static \
|
||||||
|
liblsan-static \
|
||||||
|
libubsan-static \
|
||||||
|
libtsan-static \
|
||||||
binutils \
|
binutils \
|
||||||
|
lld \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
openmpi-devel \
|
openmpi-devel \
|
||||||
@ -47,9 +56,13 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
|
|||||||
autoconf \
|
autoconf \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
kernel-devel \
|
kernel-devel \
|
||||||
numactl-{devel,libs} \
|
|
||||||
ncurses-{c++-libs,devel,libs,static} \
|
ncurses-{c++-libs,devel,libs,static} \
|
||||||
&& dnf clean all -y
|
numactl-{devel,libs} \
|
||||||
|
&& dnf copr disable eddsalkield/iwyu \
|
||||||
|
&& rm -vf /etc/dnf/protected.d/dnf.conf \
|
||||||
|
&& microdnf remove dnf-plugins-core -y \
|
||||||
|
&& rpm --nodeps -e dnf \
|
||||||
|
&& microdnf clean all -y
|
||||||
```
|
```
|
||||||
* compiled [`github.com/ntop/nDPI.git`](https://github.com/ntop/nDPI)
|
* compiled [`github.com/ntop/nDPI.git`](https://github.com/ntop/nDPI)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user