Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created June 12, 2022 06:31
Show Gist options
  • Save esenthil2018/f32244624bf2baafa91415b4a84cf802 to your computer and use it in GitHub Desktop.
Save esenthil2018/f32244624bf2baafa91415b4a84cf802 to your computer and use it in GitHub Desktop.
# adding custom MS repository
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
RUN curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment