Add Go
Some checks failed
/ sonar (push) Failing after 42s
/ release (push) Successful in 6m48s

This commit is contained in:
Luke Tainton 2025-05-06 23:39:32 +02:00
parent 877e89fc66
commit a991dbdfa1

View File

@ -4,8 +4,9 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin
RUN apt-get update && \
apt-get install -y pipx && \
RUN add-apt-repository ppa:longsleep/golang-backports && \
apt-get update && \
apt-get install -y golang-go pipx && \
apt-get clean && \
pipx install poetry && \
pipx install uv