about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
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", "."]