Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: vitaliy-guliy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy committed Sep 24, 2024
1 parent 76db072 commit 480c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/linux-libc-ubi8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\

RUN mkdir -p /checode/vsix-to-install \
&& curl https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-mssql/vsextensions/mssql/1.24.0/vspackage -o /checode/vsix-to-install/ms-mssql.mssql-1.24.0.vsix.gz \
&& ls -la /checode/vsix-to-install
&& ls -la /checode/vsix-to-install \
&& gunzip /checode/vsix-to-install/ms-mssql.mssql-1.24.0.vsix.gz

RUN exit 1
Expand Down

0 comments on commit 480c086

Please sign in to comment.