Skip to content

Commit 3670bb7

Browse files
authored
Merge pull request #57 from puppetlabs/GH-42-fix_dockerfile
(GH-42) Fix Dockerfile
2 parents 1175ccd + 58054c1 commit 3670bb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM alpine:3.10
1+
FROM ruby:2.7-alpine
22

3-
RUN apk add --no-cache ruby=2.5.7-r0 ruby-json=2.5.7-r0 && \
4-
mkdir /puppet-lint /puppet
3+
RUN mkdir /puppet-lint /puppet
54

65
VOLUME /puppet
76
WORKDIR /puppet

0 commit comments

Comments
 (0)