diff options
author | Emile <hanemile@protonmail.com> | 2019-02-03 18:17:12 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-02-03 18:17:12 +0100 |
commit | 49e9e578b02f97528d817dc734a9d78a2baf9f02 (patch) | |
tree | 03ac4279b1178e93644fbe19760be37c7575378b /Dockerfile | |
parent | 463c60ae427f01a0393ee4805bf46347356c6f51 (diff) |
hetzner reset
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
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", "."] |