bump fedora version to 35
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

also update README.md
This commit is contained in:
surtur 2021-10-20 00:07:54 +02:00
parent ce9dc1e158
commit fa53473c15
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 5 additions and 4 deletions

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3 # syntax=docker/dockerfile:1.3
FROM registry.fedoraproject.org/fedora:34 FROM registry.fedoraproject.org/fedora:35
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF

@ -13,11 +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:34` image * updated `registry.fedoraproject.org/fedora:35` image
* the result of * the result of
```sh ```sh
dnf install -y \ dnf install --nodocs -y \
git \ git \
ninja-build \
make \ make \
{c,auto}make \ {c,auto}make \
gcc \ gcc \
@ -46,8 +47,8 @@ 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} \
numactl-{devel,libs} \
&& dnf clean all -y && dnf 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)