about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 54ad0ee..979692d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /home
 COPY main.go /home/main.go
 
 # Install go packages
+RUN ["go", "get", "git.darknebu.la/GalaxySimulator/structs"]
 RUN ["go", "get", "github.com/gorilla/mux"]
 
 # Start the webserver