Global web icon
github.com
https://github.com/facebookarchive/fbctf/wiki/Inst…
Installation Guide, Development · facebookarchive/fbctf Wiki · GitHub
Platform to host Capture the Flag competitions. Contribute to facebookarchive/fbctf development by creating an account on GitHub.
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/49…
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 after cloning FBCTF and browsing to the fbctf directory (before running docker build). Let us know how that works out.
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/22…
"Docker build" requires exactly 1 argument(s). · Issue #225 ...
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" requires exactly 1 argument (s). See 'docker build --help'. Usage: docker build [OPTIONS] PATH | URL | - Build an image from a Dockerfile
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/53…
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.
Global web icon
github.com
https://github.com/facebookarchive/fbctf/blob/mast…
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" cache: restart: always build: context: . dockerfile: extra/cache/Dockerfile #args: # MODE: prod expose: - "11211" hhvm: restart: always build: context: . dockerfile: extra ...
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/28…
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.
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/60…
Composer error · Issue #608 · facebookarchive/fbctf - GitHub
@stevcoll The latest updates are still ineffective, Encountered the same mistake. And then it stopped Docker build failed
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues/20…
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 1.12.0, build 8eab29e Using an Ubuntu machine for this
Global web icon
github.com
https://github.com/facebookarchive/fbctf/issues
Issues · facebookarchive/fbctf · GitHub
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 opened Sep 12, 2018 by denzuko The score of the base level doesn't change Aug 17, 2018 qq544259335 2 Return of Grunt JS build errors #648 opened Aug 6, 2018 by harperaa 2 Previous1 2 3 4 5 Next Next
Global web icon
github.com
https://github.com/facebookarchive/fbctf/wiki/Quic…
Quick Setup Guide · facebookarchive/fbctf Wiki · GitHub
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.