Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jan 6, 2024
1 parent 57bf553 commit be56b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN git clone --depth=1 https://github.com/ocicl/ocicl.git; cd ocicl; make; make
&& echo "(setf ocicl-runtime:*download* t)" >> ~/.sbclrc \
&& cd .. && rm -rf ocicl

RUN ./orb sbcl --non-interactive --eval "(progn (asdf:load-system :rlgl-server) (quit))"
RUN ocicl install && ./orb sbcl --non-interactive --eval "(progn (asdf:load-system :rlgl-server) (quit))"

RUN chmod -R go+rwx /opt/rlgl

Expand Down

0 comments on commit be56b97

Please sign in to comment.