Add Go
Some checks failed
/ sonar (push) Failing after 1m38s
/ release (push) Successful in 13m50s

This commit is contained in:
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