
Installation Guide, Development · facebookarchive/fbctf Wiki · …
Platform to host Capture the Flag competitions. Contribute to facebookarchive/fbctf development by creating an account on GitHub.
docker dev environment failing to build #499 - GitHub
stevcoll commented on May 17, 2017 At this point it seems using --force is the only solution. You'll need to edit the lib.sh file as shown here: 3e557d1 @me-dusa make the above file change …
"Docker build" requires exactly 1 argument(s). · Issue #225 ...
Sep 23, 2016 · Expected result: Building the container without an error Actual result: ``` sammy@ctf:~/fbctf$ docker build --build-arg MODE=dev -t="fbctf_in_dev" "docker build" …
Problems running development in docker #534 - GitHub
In my dockerfile I inserted this line " apt-get build-essential libssl-dev libffi-dev python-dev curl -y ". I don't know if this is a problem with me, but I'm sharing what I've done.
fbctf/docker-compose.yml at master - GitHub
version: '2' services: mysql: restart: always build: context: . dockerfile: extra/mysql/Dockerfile #args: # MODE: prod environment: MYSQL_ROOT_PASSWORD: root expose: - "3306" …
Upload failure · Issue #280 · facebookarchive/fbctf · GitHub
I've tried to build from the latest repo today with dev environment through docker, and I did not encounter that problem, which means I can upload attachments to flag levels successfully.
Composer error · Issue #608 · facebookarchive/fbctf - GitHub
Dec 20, 2017 · @stevcoll The latest updates are still ineffective, Encountered the same mistake. And then it stopped Docker build failed
Docker image hangs forever · Issue #207 · facebookarchive/fbctf
It hangs forever on that last line. Control-C, V, or Z have not effect and I have to close the terminal window. More info on my setup: Using Virtualbox on my Mac, version 5.0.12 Docker version …
Issues · facebookarchive/fbctf · GitHub
Nov 24, 2019 · Nov 12, 2018 SpartanTek Rule Changes Are Not Showing Oct 5, 2018 lukehayes1101 SQL ERROR 1364 (HY000) Field 'points' doesn't have a default value #652 …
Quick Setup Guide · facebookarchive/fbctf Wiki · GitHub
Dec 20, 2017 · This guide details the quick setup mode which provides a streamlined and consistent build of the platform but offers less flexibility when compared to a custom installation.