Commit Graph

13 Commits

Author SHA1 Message Date
Matula Peter
9f8e3a8661 Dockerfile: specify path to stdc++fs lib for gcc 7 2020-07-20 09:16:15 +02:00
Matula Peter
6745288227 deps/openssl: remove, require it as a prerequisite.
Also refactor (i.e. remove) RetDec's Crypto library.
2020-07-14 17:40:27 +02:00
Peter Matula
dcca9bee47
New yaramod (#680)
* deps/yaramod: update to version v3.0.0b0

* Remove all mentions of flex and bison.

We don't need them anymore. The new yaramod does not use them.

* deps/yaramod: do not require Flex and Bison.

* deps/yaramod: fix paths in target_link_libraries()

* CHANGELOG.md: add entry for Yaramod update - PR #680.
2019-11-20 15:06:25 +01:00
Petr Zemek
1fd3328a27 Use a pre-built version of OpenSSL when building RetDec via Docker (#623).
This commit modifies Dockerfile to install openssl and libssl-dev from Ubuntu
repositories. This enables RetDec to use a pre-built version of OpenSSL instead
of building OpenSSL by itself, which speeds up the build inside Docker.
2019-08-11 17:04:13 +02:00
Petr Zemek
5b478c72df Fix links to repositories after the move from avast-tl to avast.
We have moved all of our repositories in https://github.com/avast-tl to
https://github.com/avast.
2019-04-17 09:09:58 +02:00
Petr Zemek
a385146fb4 Remove no-longer-needed dependency libtinfo/ncurses from README, Dockerfile, and .travis.yml.
We have removed it in #409.
2018-10-08 16:58:02 +02:00
Peter Matula
573374ee60 Dockerfile[.dev]: update needed packages. 2018-07-27 14:20:52 +02:00
Petr Zemek
d7e21774e4 Remove the need to clone the repository recursively.
It no longer contains any submodules.
2018-01-11 09:08:51 +01:00
Petr Zemek
af2d4ed6ff Install RetDec in Docker into /home/retdec/retdec-install.
After all, Manouchehri was right. Installing retdec into 'retdec-install' into
just 'install' seems to be a better option.
2018-01-01 13:58:09 +01:00
Petr Zemek
31fbf3b511 Cosmetic fixes in Dockerfiles.
Fix tabs-vs-spaces inconsistencies and wrap a long comment.
2018-01-01 13:54:40 +01:00
HugoKlepsch
6c443249f2 Add development Dockerfile
* Development dockerfile builds from the current source directory
* Add instructions to build and use docker container
2017-12-28 11:29:32 -05:00
David Manouchehri
68ec007aa5 Removed maintainer name. 2017-12-27 11:52:35 -05:00
David Manouchehri
06bb0cc446 Added Dockerfile. 2017-12-27 11:52:35 -05:00