This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am cthulhuplus on github. | |
| * I am cthulhuplus (https://keybase.io/cthulhuplus) on keybase. | |
| * I have a public key ASBpDJHtTOhrJL6GZi--OjybBJ8AZe5XIw5_iq7MxHBJEAo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:latest | |
| RUN apt-get update && apt-get install -y \ | |
| libgdiplus \ | |
| wget \ | |
| unzip | |
| RUN mkdir -p /eco_server | |
| WORKDIR /eco_server |