Skip to content

Commit

Permalink
Install outcome experimental library
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Jul 8, 2023
1 parent 643c16a commit d338c3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ RUN chmod +x /install.sh
# Run the script inside the Docker image
RUN /install.sh cobc /usr/local/stm32f411

# Install standalone outcome experimental single-header library
RUN cd /usr/local/stm32f411/include && wget https://github.com/ned14/outcome/raw/master/single-header/outcome-experimental.hpp

ENTRYPOINT ["/bin/bash", "-c"]
3 changes: 3 additions & 0 deletions linux-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ COPY install.sh /install.sh
COPY libraries.txt /libraries.txt
RUN chmod +x /install.sh && ./install.sh linux

# Install standalone outcome experimental single-header library
RUN cd /usr/local/include && wget https://github.com/ned14/outcome/raw/master/single-header/outcome-experimental.hpp

# Define entrypoint
ENTRYPOINT ["/bin/bash", "-c"]

0 comments on commit d338c3c

Please sign in to comment.