Skip to content

Commit

Permalink
Merge pull request #2875 from paultbarham/azuremerge
Browse files Browse the repository at this point in the history
Fix bug running as root and upgrading (with yum) WALinuxAgent
  • Loading branch information
singhkays committed Dec 12, 2016
2 parents 2992b6e + a0a5550 commit a097416
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ ln -s /usr/local/git/bin/git /usr/bin/git

# Install Docker Engine and Docker Compose
echo "Installing Docker Engine and Docker Compose" >> /home/$5/install.progress.txt
yum update -y >> /home/$5/install.out.txt 2>&1
yum update -y --exclude=WALinuxAgent >> /home/$5/install.out.txt 2>&1

echo [dockerrepo] > /etc/yum.repos.d/docker.repo
echo name=Docker Repository >> /etc/yum.repos.d/docker.repo
Expand Down

0 comments on commit a097416

Please sign in to comment.