Skip to content

Commit 49eed7c

Browse files
committed
update dockerfile.m to include essential packages
1 parent cc83e4d commit 49eed7c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
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+
27
COPY . /src
38
WORKDIR /src

0 commit comments

Comments
 (0)