Created
June 12, 2022 06:31
-
-
Save esenthil2018/f32244624bf2baafa91415b4a84cf802 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
# 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