Compare commits
6 Commits
2a04a2d199
...
luke-patch
Author | SHA1 | Date | |
---|---|---|---|
6ef0924064 | |||
bf2e303eb9 | |||
ebfdc64ac0 | |||
02cf25e41c | |||
6fa0e84a07 | |||
1f5e69baf6 |
@@ -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
|
||||
|
@@ -4,9 +4,11 @@ LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
|
||||
ENV PIPX_BIN_DIR=/usr/local/bin
|
||||
|
||||
RUN add-apt-repository ppa:longsleep/golang-backports && \
|
||||
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
|
||||
|
Reference in New Issue
Block a user