File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM ocaml/opam2 :debian-testing
1
+ FROM ocaml/opam :debian
2
2
3
3
WORKDIR /home/opam
4
4
5
- RUN sudo apt-get update --yes && sudo apt-get install wget --yes \
6
- && wget https://radare.mikelloc.com/get/4.5.0-git/radare2_4.5.0-git_amd64.deb \
7
- && sudo dpkg -i radare2_4.5.0-git_amd64.deb \
8
- && opam switch 4.09 \
9
- && eval "$(opam env)" \
10
- && opam remote set-url default https://opam.ocaml.org \
11
- && opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing --all \
5
+ RUN opam remote set-url default https://opam.ocaml.org \
6
+ && opam repo add bap-testing git+https://github.com/BinaryAnalysisPlatform/opam-repository#testing --all \
12
7
&& opam update \
13
8
&& opam depext --install bap --yes -j 1 \
14
- && opam clean -acrs \
15
- && rm -rf /home/opam/.opam/4.0[2-8,10] \
16
- && rm -rf /home/opam/.opam/4.09/.opam-switch/sources/* \
17
- && rm -rf /home/opam/opam-repository
9
+ && opam clean -acrs
18
10
19
11
ENTRYPOINT ["opam" , "config" , "exec" , "--" ]
You can’t perform that action at this time.
0 commit comments