Skip to content

Commit

Permalink
#3287: base.dockerfile, update 'git' + 'wget'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Oct 1, 2018
1 parent 43f5865 commit 512644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV ENVPATH $ROOT_PUPPET/code/environment/$ENVIRONMENT
## Note: r10k requires 'git' installed
##
RUN apt-get -y update
RUN apt-get -y install git=1:1.9.1* wget=1.16*
RUN apt-get -y install git=1:2.7.4-0ubuntu* wget=1.17.1-1ubuntu*

## install puppet
RUN wget https://apt.puppetlabs.com/puppet5-release-xenial.deb
Expand Down

0 comments on commit 512644a

Please sign in to comment.