We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a60a70 + 49eed7c commit ba1a79eCopy full SHA for ba1a79e
1 file changed
Dockerfile.m
@@ -1,3 +1,8 @@
1
FROM mtmiller/octave
2
+
3
+USER root
4
+RUN apt-get update && apt-get install -y --no-install-recommends octave-control octave-signal && rm -rf /var/lib/apt/lists/*
5
+RUN echo "pkg load signal;" >> /etc/octave.conf && echo "pkg load control;" >> /etc/octave.conf
6
7
COPY . /src
8
WORKDIR /src
0 commit comments