Skip to content
Snippets Groups Projects

manager: build manager and install its files with meson

Merged Aleš Mrázek requested to merge manager-install-with-meson into manager
All threads resolved!
Compare and
13 files
+ 867
570
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -13,6 +13,6 @@ RUN dnf install -y git diffutils python3.6 python3.7 python3.8 python3.9 python3
# Install Poetry
RUN python3 -m pip install -U pip \
&& curl -sSL https://install.python-poetry.org | python3 - \
&& curl -sSL https://install.python-poetry.org | python3 - --version 1.2.2\
# not exactly required, but helpful
&& python3 -m pip install poethepoet
Loading