We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465918d commit b8d1870Copy full SHA for b8d1870
Dockerfile
@@ -11,6 +11,8 @@ RUN apk --no-cache add \
11
# Ensure latest rubygems is installed
12
RUN gem update --system
13
14
+FROM base as builder
15
+
16
# Install dependencies
17
RUN apk --no-cache add \
18
ruby-dev \
0 commit comments