Change license copy path so it is included automagically

This commit is contained in:
2020-04-12 14:14:47 +02:00
parent ffadcb1852
commit 477f72abb8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN export uid=1000 gid=1000 && \
# Copy installation files & license # Copy installation files & license
COPY AM_CAT_Dymola.AllLinux/1/linux_x86_64 /home/user/dymola-rpms 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 # This package is used to convert from rpm to deb
RUN apt-get install -y alien RUN apt-get install -y alien

View File

@@ -23,4 +23,4 @@ You can then run Dymola in the opened `xterm` (terminal):
```bash ```bash
dymola-2018-x86_64 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.