diff --git a/Dockerfile b/Dockerfile
index 769e8c6..a6d698f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,5 +7,7 @@ ADD . /project
RUN rm /project/.envrc
RUN rm -rf /project/env
+RUN apt-get update && apt-get install -y python3-dev libldap2-dev libsasl2-dev libssl-dev
+
RUN pip install -r requirements.txt
CMD ["flask","run","--host=0.0.0.0"]
\ No newline at end of file
diff --git a/config/config.yaml b/config/config.yaml
index 6b0e092..2578749 100644
--- a/config/config.yaml
+++ b/config/config.yaml
@@ -11,10 +11,10 @@ game_description: "We're all gamers at heart, so welcome to the Valhalla of self
countdown:
active: False
name: "The End of Drunktrips: You Can (Not) Continue"
- timestamp: "August 31 2020 10:00:00-0400"
+ timestamp: "October 17 2020 10:00:00-0400"
final_countdown:
- active: True
+ active: False
timestamp: "August 16 2020 17:16:00-0400"
apps:
@@ -67,7 +67,7 @@ games:
image: "gameboy.png"
terraformingmars:
name: "Terraforming Mars"
- description: "
Experience the glory of \"cooperative\" gameplay through corporate simulation!"
+ description: "
I don't want to live on this planet anymore. -Prof. Farnsworth"
link: "https://terraforming-mars.flamwenco.com"
image: "mars.png"
minecraft:
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..48c68f6
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/images/wiki.png b/static/images/wiki.png
new file mode 100644
index 0000000..fdc0a04
Binary files /dev/null and b/static/images/wiki.png differ
diff --git a/templates/games.j2 b/templates/games.j2
index 7282ded..2a7fdc0 100644
--- a/templates/games.j2
+++ b/templates/games.j2
@@ -3,7 +3,7 @@
{% block styles %}
{{super()}}
-
+{# #}
{% if countdown is defined %}
diff --git a/templates/index.j2 b/templates/index.j2
index df51cbe..c58941d 100644
--- a/templates/index.j2
+++ b/templates/index.j2
@@ -3,7 +3,7 @@
{% block styles %}
{{super()}}
-
+{# #}
{% if countdown is defined %}