Skip to content

Commit 93f37c6

Browse files
committed
Add Dockerfile
1 parent 5793171 commit 93f37c6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM ruby:3.3.1-alpine
2+
3+
LABEL org.opencontainers.image.authors="dev@kjuly.com" \
4+
org.opencontainers.image.licenses=MIT \
5+
org.opencontainers.image.source=https://github.com/Kjuly/docker-ruby-alpine-build-base \
6+
org.opencontainers.image.description="Alpine-based Ruby Docker image with build-base installed."
7+
8+
RUN apk add --no-cache build-base

0 commit comments

Comments
 (0)