Use fedora:latest as base image #1

Merged
torjus merged 3 commits from fedora-base-image into master 2024-02-02 02:00:18 +00:00
Showing only changes of commit 17cdc3b2d4 - Show all commits

View File

@ -31,7 +31,6 @@ RUN dnf install -y \
neovim \
pinentry \
pipx \
pre-commit \
python3 \
zsh \
&& dnf clean -y all
@ -40,6 +39,7 @@ RUN dnf install -y \
RUN PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install \
ipython \
pip-audit \
pre-commit \
poetry \
&& rm -rf /root/.cache