Skip to content

Commit

Permalink
Update Dockerfile to match setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lvela committed Nov 23, 2021
1 parent 25b3660 commit 45efaae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ WORKDIR "${PRK_HOME}/keyboards"

WORKDIR "${PRK_HOME}/keyboards/${KEYBOARD}/build"

RUN touch ../../../lib/picoruby/src/mrubyc/src/mrblib.c
RUN touch ../../../lib/picoruby/src/mrubyc/src/hal_user_reserved/hal.c
RUN cmake ../../..
RUN rm ../../../lib/picoruby/src/mrubyc/src/mrblib.c
RUN rm ../../../lib/picoruby/src/mrubyc/src/hal_user_reserved/hal.c
RUN make

FROM scratch AS export
Expand Down

0 comments on commit 45efaae

Please sign in to comment.