Skip to content

Commit

Permalink
Update lxd.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Jul 19, 2019
1 parent a957b36 commit a94d237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/remote-dev/lxd/lxd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
lxc exec ${CONTAINER} -- curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose && \
lxc exec ${CONTAINER} -- chmod +x /usr/local/bin/docker-compose && \
# update git. See https://github.com/xoe-labs/odooup/issues/8
# TODO: this may not be needed in ubuntu 18
lxc exec ${CONTAINER} -- add-apt-repository ppa:git-core/ppa -y && \
lxc exec ${CONTAINER} -- apt-get update && \
lxc exec ${CONTAINER} -- apt-get install git -y && \
Expand Down

0 comments on commit a94d237

Please sign in to comment.