去掉刚加的工具类,增加太多了

This commit is contained in:
KennyLee 2017-06-22 10:28:55 +08:00
parent 3660a82c89
commit a04dd5d15f
2 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@ RUN \
apt-get install -y python3 python-dev python-pip python-virtualenv && \
rm -rf /var/lib/apt/lists/*
RUN pip install pydns
# Define working directory.
WORKDIR /data

View File

@ -14,7 +14,5 @@ RUN \
apt-get install -y software-properties-common && \
rm -rf /var/lib/apt/lists/*
RUN pip install pydns
# Define default command.
CMD ["bash"]