Skip to content

Commit

Permalink
Another update for line endings on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Sep 1, 2018
1 parent f63e261 commit 4e41c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
secure/* filter=crypt diff=crypt

*.sh text eol=lf
jenkins-support text eol=lf
plugins.txt text eol=lf
Dockerfile text eol=lf
gradlew text eol=lf
groovyw text eol=lf
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-get install -y docker-ce
apt-get install -y docker-ce dos2unix
curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Expand Down

0 comments on commit 4e41c4b

Please sign in to comment.