This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user