mirror of
https://gitee.com/kennylee/docker.git
synced 2024-12-02 03:48:15 +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 && \
|
apt-get install -y python3 python-dev python-pip python-virtualenv && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install pydns
|
|
||||||
|
|
||||||
# Define working directory.
|
# Define working directory.
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
|
@ -14,7 +14,5 @@ RUN \
|
|||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip install pydns
|
|
||||||
|
|
||||||
# Define default command.
|
# Define default command.
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user