add workflow

This commit is contained in:
Dawid Sobczak 2025-04-19 11:01:39 +01:00
parent 57dde9b71e
commit 244ccac114
3 changed files with 24 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine:3.21.3
RUN apk update && apk upgrade && apk add --no-cache make bash wget coreutils
COPY . /code
WORKDIR /code
RUN make