We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5793171 commit 93f37c6Copy full SHA for 93f37c6
1 file changed
Dockerfile
@@ -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