Skip to content

Commit d0bda5a

Browse files
author
Yogi Valani
authored
Update Dockerfile
1 parent 72f73d5 commit d0bda5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
1515
&& apt-get update \
1616
&& apt-get install -y mssql-tools unixodbc-dev \
1717
&& ln -sfn /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd \
18-
&& ln -sfn /opt/mssql-tools/bin/bcp /usr/bin/bcp \
19-
&& apt-get remove -y curl apt-transport-https \
18+
&& ln -sfn /opt/mssql-tools/bin/bcp /usr/bin/bcp
19+
20+
RUN apt-get remove -y curl apt-transport-https \
2021
&& apt-get autoremove -y \
2122
&& apt-get clean \
2223
&& apt-get autoclean

0 commit comments

Comments
 (0)