Skip to content

Commit

Permalink
Install softposit in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Feb 6, 2019
1 parent 3527bb6 commit db362f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update \
&& apt-get install -y libcairo2-dev libjpeg62 libpango1.0-dev \
&& rm -rf /var/lib/apt/lists/*
ADD src /src/herbie
RUN raco pkg install --auto softposit-rkt
RUN raco pkg install --auto /src/herbie
ENTRYPOINT ["racket", "/src/herbie/herbie.rkt"]
CMD ["web", "--port", "80", "--quiet", "--demo"]

0 comments on commit db362f1

Please sign in to comment.