Compare commits
1 Commits
luke-patch
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
e6b23469c2 |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
echo "{\"insecure-registries\": [\"${{ vars.PACKAGES_REGISTRY_URL }}\"]}" > /etc/docker/daemon.json
|
echo "{\"insecure-registries\": [\"${{ vars.PACKAGES_REGISTRY_URL }}\"]}" > /etc/docker/daemon.json
|
||||||
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4.3.0
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
@@ -4,11 +4,14 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
|||||||
|
|
||||||
ENV PIPX_BIN_DIR=/usr/local/bin
|
ENV PIPX_BIN_DIR=/usr/local/bin
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_24.x -o /tmp/nodesource_setup.sh && \
|
RUN wget -q -O- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash && \
|
||||||
chmod +x /tmp/nodesource_setup.sh && /tmp/nodesource_setup.sh && \
|
export NVM_DIR="$HOME/.nvm" && \
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
|
||||||
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \
|
||||||
|
nvm install 24 && \
|
||||||
add-apt-repository ppa:longsleep/golang-backports && \
|
add-apt-repository ppa:longsleep/golang-backports && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y golang-go pipx nodejs npm && \
|
apt-get install -y golang-go pipx && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
pipx install poetry && \
|
pipx install poetry && \
|
||||||
pipx install uv
|
pipx install uv
|
||||||
|
Reference in New Issue
Block a user