bob
This commit is contained in:
10
gitea-runner/DockerDockerfile
Normal file
10
gitea-runner/DockerDockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
# Configure DPKG, Run APT Update & Install Packages
|
||||
RUN set -e \
|
||||
&& dpkg --configure -a \
|
||||
&& apt update -y \
|
||||
&& apt install curl apt-utils -y
|
||||
|
||||
# Install Docker
|
||||
RUN curl -sSL https://get.docker.com/ | CHANNEL=stable bash
|
Reference in New Issue
Block a user