Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pNre committed Dec 29, 2023
1 parent c998068 commit 46fdc07
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 @@ -28,7 +28,7 @@ RUN sudo apt-get install -y libopencv-dev
FROM base AS builder
RUN mkdir /home/opam/hera
WORKDIR /home/opam/hera
RUN git clone https://github.com/pNre/Hera.git .
COPY --chown=opam . .
RUN eval `opam config env` && make

FROM ubuntu:22.04
Expand Down

0 comments on commit 46fdc07

Please sign in to comment.