Skip to content
Snippets Groups Projects

Migrate to Poetry v2 (clients/python/silkaj#499)

Merged Moul requested to merge ci_syntax_poetry_v1 into master
2 files
+ 18
16
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
1
FROM python:3.13-alpine
FROM python:3.13-alpine
# Install packages
# Install packages
RUN apk add --no-cache libsodium-dev poetry
RUN apk add --no-cache libsodium-dev
 
 
# Install Poetry
 
RUN pip install poetry
Loading