mirror of
https://github.com/containers/crun.git
synced 2026-02-06 09:46:18 +01:00
4 lines
73 B
Docker
4 lines
73 B
Docker
FROM fedora:latest
|
|
|
|
RUN dnf install -y awk codespell && yum clean all -y
|