File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM quay.io/jupyter/base-notebook:ubuntu-22.04
1
+ FROM quay.io/jupyter/base-notebook
2
2
3
3
# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
4
4
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
@@ -11,7 +11,7 @@ ENV PATH="/opt/mssql-tools18/bin:${PATH}"
11
11
12
12
RUN apt-get update --yes && \
13
13
apt-get install --yes --no-install-recommends curl gnupg2 lsb-release && \
14
- curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
14
+ curl -fsSL " https://packages.microsoft.com/keys/microsoft.asc" | gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg && \
15
15
curl "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/prod.list" > /etc/apt/sources.list.d/mssql-release.list && \
16
16
apt-get update --yes && \
17
17
ACCEPT_EULA=Y apt-get install --yes --no-install-recommends msodbcsql18 && \
You can’t perform that action at this time.
0 commit comments