We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669dd1 commit f702269Copy full SHA for f702269
docker/Dockerfile.muen-mirageos
@@ -28,7 +28,12 @@ RUN git clone https://github.com/mirage/mirage-skeleton \
28
&& make \
29
&& mv dist/https.muen $HOME/
30
31
+# clone unipi and perpare dependencies.
32
RUN git clone -b with-kv-mirage4 https://github.com/roburio/unipi.git \
- && git -C unipi reset --hard 90dd597b41aee0162cdc75d87a1ce3ca415bef55
33
+ && cd unipi \
34
+ && git reset --hard 90dd597b41aee0162cdc75d87a1ce3ca415bef55 \
35
+ && eval $(opam env) \
36
+ && mirage configure -t muen --ipv4=192.168.254.10/24 --ipv4-gateway=192.168.254.1 \
37
+ && make
38
39
CMD [ "bash" ]
0 commit comments