1
0
Fork 0

own docker image
/ test (push) Has been cancelled Details

This commit is contained in:
Michał Rudowicz 2024-08-28 20:54:50 +02:00
parent b5387532df
commit 0751836eba
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,6 @@ jobs:
test: test:
runs-on: docker runs-on: docker
container: container:
image: alpine:3.19 image: git.hswro.org/fleg/actions-experiments:latest
steps: steps:
- run: cat /etc/os-release - run: cat /etc/os-release

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:3.20
RUN apk add --update gcc g++ make openssl-dev libc-dev ruby ruby-dev ruby-bundler ruby-json