fix
This commit is contained in:
parent
5ea93df262
commit
e93e82375b
@ -1,11 +1,3 @@
|
||||
FROM gitea/act_runner:nightly
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install --yes ca-certificates curl gnupg lsb-release
|
||||
RUN mkdir -p /etc/apt/keyrings
|
||||
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
RUN echo \
|
||||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
||||
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
RUN apt-get update --yes
|
||||
RUN apt-get install --yes docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||
RUN apk add docker
|
||||
|
Loading…
Reference in New Issue
Block a user