We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc806a1 commit c09a7e2Copy full SHA for c09a7e2
Dockerfile
@@ -1,5 +1,5 @@
1
FROM mcr.microsoft.com/mssql/server:2022-latest
2
-RUN START_USER=$(whoiam)
+RUN START_USER=$(whoami)
3
USER root
4
ARG ACCEPT_EULA=Y
5
ENV ACCEPT_EULA=N
0 commit comments