Created
June 12, 2022 06:14
-
-
Save esenthil2018/8bcd143b060844f256906f819c17dd55 to your computer and use it in GitHub Desktop.
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
# apt-get and system utilities | |
RUN apt-get update && apt-get install -y \ | |
curl apt-utils apt-transport-https debconf-utils gcc build-essential g++-5\ | |
&& rm -rf /var/lib/apt/lists/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment