chore: update README to reflect bump to f35
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
[skip ci]
This commit is contained in:
parent
7c2214e3c1
commit
b37613c3aa
19
README.md
19
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)
|
||||
|
||||
## What you get
|
||||
* updated `registry.fedoraproject.org/fedora:35` image
|
||||
* updated `registry.fedoraproject.org/fedora-minimal:35` image
|
||||
* the result of
|
||||
```sh
|
||||
dnf install --nodocs -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 \
|
||||
ninja-build \
|
||||
make \
|
||||
@ -26,7 +28,14 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
|
||||
libgcc \
|
||||
libstdc++-{devel,static} \
|
||||
glibc-devel \
|
||||
iwyu \
|
||||
cryptopp-devel \
|
||||
libasan-static \
|
||||
liblsan-static \
|
||||
libubsan-static \
|
||||
libtsan-static \
|
||||
binutils \
|
||||
lld \
|
||||
flex \
|
||||
bison \
|
||||
openmpi-devel \
|
||||
@ -49,7 +58,11 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
|
||||
kernel-devel \
|
||||
ncurses-{c++-libs,devel,libs,static} \
|
||||
numactl-{devel,libs} \
|
||||
&& dnf clean all -y
|
||||
&& 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user