Luke Tainton
a25b1e5dd9
Some checks failed
Publish Docker Image / publish (push) Failing after 1m41s
11 lines
228 B
Docker
11 lines
228 B
Docker
FROM gitea/runner-images:ubuntu-latest
|
|
|
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|
|
|
ENV PIPX_BIN_DIR=/usr/local/bin
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y pipx && \
|
|
apt-get clean && \
|
|
pipx install poetry
|