mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
去掉刚加的工具类,增加太多了
This commit is contained in:
parent
3660a82c89
commit
a04dd5d15f
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user