Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jan 6, 2024
1 parent 69f4e2e commit fa326f8
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 "(push (uiop:getcwd) asdf:*central-registry*)" >> ~/.sbclrc \
&& echo "(setf ocicl-runtime:*verbose* t)" >> ~/.sbclrc \
&& echo "(setf ocicl-runtime:*download* t)" >> ~/.sbclrc \
&& sbcl --non-interactive --eval "(progn (asdf:load-system: rlgl-server) (quit))"
&& sbcl --non-interactive --eval "(progn (asdf:load-system :rlgl-server) (quit))"

RUN chmod -R go+rwx /opt/rlgl

Expand Down

0 comments on commit fa326f8

Please sign in to comment.