Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created June 12, 2022 06:14
Show Gist options
  • Save esenthil2018/8bcd143b060844f256906f819c17dd55 to your computer and use it in GitHub Desktop.
Save esenthil2018/8bcd143b060844f256906f819c17dd55 to your computer and use it in GitHub Desktop.
# 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