diff --git a/Dockerfile b/Dockerfile index 9a36822..bdd89bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . /usr/src/app/ # install system dependencies RUN apt-get update #RUN apt-get install -y gcc pkg-config default-libmysqlclient-dev python-dev vim systemd -RUN apt-get install -y gcc pkg-config default-libmysqlclient-dev python-dev +RUN apt-get install -y gcc pkg-config default-libmysqlclient-dev python-dev ssh RUN apt-get clean # install python dependencies diff --git a/version b/version index ff9648b..31b9bca 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.2-r3 \ No newline at end of file +0.0.2-r4 \ No newline at end of file