battle-snake / battle_snake

AI Programing Competition Game Server
GNU Affero General Public License v3.0
12 stars 11 forks source link

Update dockerfile #29

Closed dlsteuer closed 6 years ago

dlsteuer commented 6 years ago

The current alpine build fails on elm-make, because elm-make doesn't work in a musl based libc environment which alpine is. This starts from a glibc based alpine image, then builds up first erlang, then elixir, then the battlesnake server. The final image can just be alpine based, because we don't need elm-make in that image since it was compiled down to static assets. This will fix #27