Commit graph

21 commits

Author SHA1 Message Date
Yan
d9f6e84637 update dockerfile 2025-03-10 12:59:22 -07:00
Yan
3f48f544fe id 1000 in docker 2025-03-09 15:01:04 -07:00
Yan
d506b9aaa2 fix for dockerization 2025-03-09 01:50:41 -07:00
Yan
9936d8272b docker fixes 2025-03-09 01:39:32 -07:00
Yan
e29bc97d5d fixes 2025-03-09 01:25:20 -07:00
Yan
ec9c66e752 remove bitrot: android-sdk 2025-03-09 00:31:29 -07:00
Yan
557b784edc fix 2025-03-09 00:14:27 -07:00
Yan
ab5dd444c0 fix 2025-03-09 00:12:22 -07:00
Yan
56fc7df4ff cleanup 2025-03-08 23:44:35 -07:00
Alex
0dc70413d8
Fixed requirement python3-dev (#194) 2022-03-01 11:54:27 -07:00
Alex
515d66fd98
Fixed rubygems requirement (#193) 2022-03-01 03:01:58 -07:00
Alex
8826553ec1
Upgrade Docker image to Ubuntu Focal (#191)
* Upgrade Docker image to Ubuntu Focal

* Fix #188
2022-02-28 01:33:01 -07:00
Richard Clifford
cf6ceba422 Update Dockerfile
This should fix the error: `fatal: unable to access 'https://github.com/Author/Repo.git': Problem with the SSL CA cert (path? access rights?)`
2018-05-31 00:52:59 -07:00
Michael Rodler
ec75e3d081 Updated Dockerfiles, added script to quickly run manage-tools in a container for testing
* Dockerfile updates
    * Ubuntus now use apt-get-install wrapper to not leave package lists in the container
    * Copy uncommited manage-tools, etc. scripts into container, which
      is good for manual testing.
    * Remove dependency on virtualenvwrapper for Ubuntus and Fedora
* `ctf-tools-test-action` to quickly test something for another distribution in a docker container, e.g.
  `ctf-tools-test-action -d fedora -s -v reinstall qemu`
2018-04-20 11:12:52 -07:00
Steven Van Acker
823c080d4f use CMD instead of ENTRYPOINT so we can execute other commands with docker run 2017-02-16 22:46:25 +01:00
Steven Van Acker
035f49f632 sudo is not automatically installed? 2017-02-16 22:45:48 +01:00
Steven Van Acker
75bb5b59f5 setuptools needs appdirs, which is not installed for some reason 2017-02-05 18:13:29 +01:00
Michael Rodler
c8f710a70d switched to useradd instead of adduser in Dockerfile
(adduser is interactive)
2016-06-06 16:29:46 +02:00
Michael Rodler
dcf227435c Install manage-tools setup dependencies at beginning of Dockerfile
so container rebuilds don't take as long when a tool or manage-tools changed
2016-06-06 16:27:52 +02:00
Michael Rodler
37e74bef92 Added case fallthrough for debian as distri in all install-root scripts. fixed manage-tools and Dockerfile. 2016-06-02 11:51:59 +02:00
Yan
88d0645bf4 dockerfile 2015-11-03 18:27:49 -08:00