Skip to content

Commit 04f73a1

Browse files
committed
Add symlink for sqlcmd on PATH, see issue #2
1 parent 3ebdd93 commit 04f73a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/preview/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ EXPOSE 1433
1414
# Copy all SQL Server runtime files from build drop into image.
1515
COPY ./install /
1616

17+
# Add symlink for sqlcmd on PATH
18+
RUN ln -s /opt/mssql-tools/bin/sqlcmd /usr/local/bin/sqlcmd
19+
1720
# Copy initialization scripts.
1821
COPY docker-entrypoint.sh /usr/local/bin/
1922
COPY docker-entrypoint-initdb.sh /usr/local/bin/

0 commit comments

Comments
 (0)