fix: add CoreDNS api.riotpiao.com rewrite + fix runner Alpine base image #1
@@ -7,7 +7,7 @@ USER root
|
||||
RUN apk update && apk add --no-cache \
|
||||
nodejs \
|
||||
npm \
|
||||
docker-cli
|
||||
docker
|
||||
|
||||
# Verify installations
|
||||
RUN docker --version && node --version && git --version
|
||||
|
||||
@@ -5,7 +5,7 @@ USER root
|
||||
|
||||
# Alpine uses apk, not apt-get
|
||||
RUN apk update && apk add --no-cache \
|
||||
docker-cli \
|
||||
docker \
|
||||
nodejs \
|
||||
npm
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache \
|
||||
nodejs \
|
||||
npm \
|
||||
curl \
|
||||
docker-cli
|
||||
docker
|
||||
|
||||
# Install Rust (as root, skip verification for now)
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable || true
|
||||
|
||||
Reference in New Issue
Block a user