bump fedora version to 35
also update README.md
This commit is contained in:
parent
ce9dc1e158
commit
fa53473c15
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.3
|
||||
FROM registry.fedoraproject.org/fedora:34
|
||||
FROM registry.fedoraproject.org/fedora:35
|
||||
|
||||
ARG BUILD_DATE
|
||||
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)
|
||||
|
||||
## What you get
|
||||
* updated `registry.fedoraproject.org/fedora:34` image
|
||||
* updated `registry.fedoraproject.org/fedora:35` image
|
||||
* the result of
|
||||
```sh
|
||||
dnf install -y \
|
||||
dnf install --nodocs -y \
|
||||
git \
|
||||
ninja-build \
|
||||
make \
|
||||
{c,auto}make \
|
||||
gcc \
|
||||
@ -46,8 +47,8 @@ development happens on [this Gitea instance](https://git.dotya.ml/wanderer/docke
|
||||
autoconf \
|
||||
pkgconf \
|
||||
kernel-devel \
|
||||
numactl-{devel,libs} \
|
||||
ncurses-{c++-libs,devel,libs,static} \
|
||||
numactl-{devel,libs} \
|
||||
&& dnf clean all -y
|
||||
```
|
||||
* compiled [`github.com/ntop/nDPI.git`](https://github.com/ntop/nDPI)
|
||||
|
Loading…
Reference in New Issue
Block a user