Skip to content

Commit b8d1870

Browse files
authored
Fix Dockerfile (#263)
1 parent 465918d commit b8d1870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apk --no-cache add \
1111
# Ensure latest rubygems is installed
1212
RUN gem update --system
1313

14+
FROM base as builder
15+
1416
# Install dependencies
1517
RUN apk --no-cache add \
1618
ruby-dev \

0 commit comments

Comments
 (0)