about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-03 18:17:12 +0100
committerEmile <hanemile@protonmail.com>2019-02-03 18:17:12 +0100
commit49e9e578b02f97528d817dc734a9d78a2baf9f02 (patch)
tree03ac4279b1178e93644fbe19760be37c7575378b /Dockerfile
parent463c60ae427f01a0393ee4805bf46347356c6f51 (diff)
hetzner reset
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f1f6c8b..9fa6413 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,8 @@ WORKDIR /home
 
 COPY /src /home/
 
+RUN ["go", "get", "git.darknebu.la/GalaxySimulator/structs"]
+RUN ["go", "get", "github.com/ajstarks/svgo"]
+RUN ["go", "get", "github.com/gorilla/mux"]
+
 ENTRYPOINT ["go", "run", "."]