diff options
Diffstat (limited to 'docker/Dockerfile')
| -rw-r--r-- | docker/Dockerfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile deleted file mode 100644 index 89dd7e3..0000000 --- a/docker/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -# acidweb/kcc -FROM debian:stretch -MAINTAINER Paweł Jastrzębski <[email protected]> - -ADD ./Build /Build - -RUN apt-get update && apt-get -y dist-upgrade -RUN apt-get -y install build-essential curl ruby ruby-dev libpng-dev libjpeg-dev python3 python3-dev python3-pyqt5 -RUN curl https://bootstrap.pypa.io/get-pip.py | python3 -RUN apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* - -CMD /Build |