Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created January 16, 2019 14:03
Show Gist options
  • Save randyzwitch/479f9193b72675be4774a62800a4daa2 to your computer and use it in GitHub Desktop.
Save randyzwitch/479f9193b72675be4774a62800a4daa2 to your computer and use it in GitHub Desktop.
Update Docker Ubuntu 16.04 LTS image for OmniSci dependencies
# update image
apt update && apt upgrade -y
# sudo only needed because its used inside of dependency install script
# software-properties-common allows for add-apt-repository
# git needed for cloning mapd-core repo
apt install git sudo software-properties-common -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment