Skip to content

Commit 06f1d44

Browse files
epaganonmichaelmcdonnellmw
authored andcommitted
Fixes MW_CONTEXT_TAGS in the offline installation Dockerfile
1 parent 771ff77 commit 06f1d44

File tree

1 file changed

+1
-1
lines changed
  • alternates/matlab-container-offline-install

1 file changed

+1
-1
lines changed

alternates/matlab-container-offline-install/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ENV MLM_LICENSE_FILE=$LICENSE_SERVER
7878
# To opt out of this service, delete the environment variables defined in the following line.
7979
# See the Help Make MATLAB Even Better section in the accompanying README to learn more:
8080
# https://github.com/mathworks-ref-arch/matlab-dockerfile/alternates/matlab-container-offline-install#help-make-matlab-even-better
81-
ENV MW_DDUX_FORCE_ENABLE=true MW_CONTEXT_TAGS=$MW_CONTEXT_TAGS,MATLAB:FROM_SOURCE:DOCKERFILE:V1
81+
ENV MW_DDUX_FORCE_ENABLE=true MW_CONTEXT_TAGS=MATLAB:FROM_SOURCE:DOCKERFILE:V1
8282

8383
ENTRYPOINT ["matlab"]
8484
CMD [""]

0 commit comments

Comments
 (0)