Skip to content

Commit

Permalink
hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples authored Jul 11, 2023
1 parent 6384ec9 commit 3664480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/noteable/3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ USER root

# Prerequisites to install msodbcsql18 driver for MS SQL Server connectivity.
# From https://github.com/MicrosoftDocs/sql-docs/issues/8821#issuecomment-1569088666
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008,DL3009,DL3015
RUN apt-get update -y && \
apt-get install gnupg2 lsb-release -y && \
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /usr/share/keyrings/microsoft-archive-keyring.gpg && \
Expand Down

0 comments on commit 3664480

Please sign in to comment.