Skip to content

Commit 04d3fa6

Browse files
authored
Merge pull request #68250 from aireilly/slim-dockerfile
Slim down Dockerfile
2 parents 1bd041f + 32daeab commit 04d3fa6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
FROM ruby:3.1.2-alpine AS builder
2-
3-
RUN apk update && apk add --virtual build-dependencies build-base
4-
5-
RUN gem install listen asciidoctor asciidoctor-diagram ascii_binder
6-
71
FROM ruby:3.1.2-alpine
82

9-
COPY --from=builder /usr/local/bundle /usr/local/bundle
10-
113
RUN apk add --update --no-cache git bash
124

135
WORKDIR /go/src/github.com/openshift/openshift-docs

0 commit comments

Comments
 (0)