From 477f72abb85b386bed02868e2f514a8e25dbb2d0 Mon Sep 17 00:00:00 2001 From: Tilman Hoffbauer Date: Sun, 12 Apr 2020 14:14:47 +0200 Subject: [PATCH] Change license copy path so it is included automagically --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cefcb41..9eb1966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN export uid=1000 gid=1000 && \ # Copy installation files & license COPY AM_CAT_Dymola.AllLinux/1/linux_x86_64 /home/user/dymola-rpms -COPY Dymola.LIC /home/user/ +COPY Dymola.LIC /home/user/.dassaultsystemes/dymola/dymola.lic # This package is used to convert from rpm to deb RUN apt-get install -y alien diff --git a/README.md b/README.md index 589bca4..7086e73 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ You can then run Dymola in the opened `xterm` (terminal): ```bash dymola-2018-x86_64 ``` -This requires you to always set the path to the license file and the workspace on each start. +This requires you to always set the path to the workspace on each start.