Skip to content
Snippets Groups Projects
Commit 48ea088c authored by Lennart Kramer's avatar Lennart Kramer
Browse files

rm temp files on startup and add simplex library

parent 29fcfda3
Branches
No related tags found
No related merge requests found
...@@ -93,5 +93,5 @@ RUN for i in $(seq 16); do \ ...@@ -93,5 +93,5 @@ RUN for i in $(seq 16); do \
# Add go webserver # Add go webserver
COPY ./bin/web ${BIN}/goweb COPY ./bin/web ${BIN}/goweb
CMD rm /dev/tty && exec tini ${BIN}/goweb ${BIN}/maxima-optimised CMD rm /dev/tty && rm --one-file-system -rf /tmp/ && exec tini ${BIN}/goweb ${BIN}/maxima-optimised
...@@ -8,5 +8,6 @@ load("${LIB}/stackmaxima.mac"); ...@@ -8,5 +8,6 @@ load("${LIB}/stackmaxima.mac");
load(stats); load(stats);
load(distrib); load(distrib);
load(descriptive); load(descriptive);
load(simplex)
:lisp (sb-ext:save-lisp-and-die "maxima-optimised" :toplevel #'run :executable t) :lisp (sb-ext:save-lisp-and-die "maxima-optimised" :toplevel #'run :executable t)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment