Files
workflows/Dockerfile

6 lines
98 B
Docker

FROM alpine:latest
RUN apk --no-cache add curl bash git doctl
WORKDIR /app
CMD ["sleep", "3600"]