remove /etc/apt volume of Dockerfile

This commit is contained in:
Terry Chen 2017-04-29 15:35:07 +08:00
parent a960c1840b
commit d8befac846
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ RUN apt-get update \
EXPOSE 80
COPY setup.sh /setup.sh
VOLUME ["/etc/apt", "/var/spool/apt-mirror"]
VOLUME ["/var/spool/apt-mirror"]
CMD ["/bin/bash", "setup.sh"]