Skip to content

Commit

Permalink
dockerfile: simplify and also install so that mpl is in path
Browse files Browse the repository at this point in the history
  • Loading branch information
shwestrick committed Jan 15, 2020
1 parent d91adab commit a969232
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@ RUN apt-get update -qq \
COPY . /root/mpl
WORKDIR /root/mpl

# Build from source & install
RUN make

# Build the examples
WORKDIR examples
RUN make

WORKDIR ../
# Build from source, install, and make examples
RUN make && make install && cd examples && make

0 comments on commit a969232

Please sign in to comment.