Skip to content
Snippets Groups Projects

Convert the repository to poetry

Merged Laurent Petre requested to merge feature/poetry into develop
Compare and
8 files
+ 2020
131
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 11
0
FROM gitlab-registry.cern.ch/linuxsupport/cc7-base
RUN yum update -y \
&& yum install -y epel-release centos-release-scl \
&& yum install -y \
openssh-clients \
pandoc \
rh-python38 \
rsync \
&& yum clean all \
&& curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | POETRY_HOME=/opt/poetry/ scl enable rh-python38 "python3 -" \
Loading