2 Commits

Author SHA1 Message Date
6ef0924064 Update Dockerfile 2025-08-16 15:24:53 +02:00
bf2e303eb9 Update Dockerfile
Some checks failed
/ release (push) Failing after 7m54s
2025-08-16 15:13:39 +02:00
2 changed files with 4 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ jobs:
echo "{\"insecure-registries\": [\"${{ vars.PACKAGES_REGISTRY_URL }}\"]}" > /etc/docker/daemon.json
- name: Check out repository code
uses: actions/checkout@v5.0.0
uses: actions/checkout@v4.3.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@@ -4,14 +4,11 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PIPX_BIN_DIR=/usr/local/bin
RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \
export NVM_DIR="$HOME/.nvm" && \
$NVM_DIR/nvm.sh && \
chmod +x $NVM_DIR/bash_completion && $NVM_DIR/bash_completion && \
nvm install 24 && \
RUN curl -sL https://deb.nodesource.com/setup_24.x -o /tmp/nodesource_setup.sh && \
chmod +x /tmp/nodesource_setup.sh && /tmp/nodesource_setup.sh && \
add-apt-repository ppa:longsleep/golang-backports && \
apt-get update && \
apt-get install -y golang-go pipx && \
apt-get install -y golang-go pipx nodejs npm && \
apt-get clean && \
pipx install poetry && \
pipx install uv