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
|
# 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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user