Created
January 16, 2019 14:03
-
-
Save randyzwitch/479f9193b72675be4774a62800a4daa2 to your computer and use it in GitHub Desktop.
Update Docker Ubuntu 16.04 LTS image for OmniSci dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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