Start building

This commit is contained in:
Ryan Voots 2023-07-29 14:53:00 -04:00
commit 924c4c485d
3 changed files with 22 additions and 0 deletions

16
.woodpecker/.build.yml Normal file
View file

@ -0,0 +1,16 @@
steps:
- build:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: gitea.simcop2387.info/simcop2387/ai-perl-base
registry: gitea.simcop2387.info
auto_tag: true
mirror: "https://docker-registry-cache.simcop2387.info"
username: simcop2387
password:
from_secret: docker_token
~
~
~
~

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM debian:bookworm
RUN apt update && apt install -y perlbrew curl
RUN perlbrew init && perlbrew install --verbose perl-5.38.0

2
README.md Normal file
View file

@ -0,0 +1,2 @@
Build a base image for running the perl stuff for ai