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