Skip to content

Instantly share code, notes, and snippets.

### 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:
FROM ubuntu:latest
RUN apt-get update && apt-get install -y \
libgdiplus \
wget \
unzip
RUN mkdir -p /eco_server
WORKDIR /eco_server