Merge pull request #1375 from johnl/1374-docker-symlink-bug-workaround

docker: Use full filename when copying symlink
This commit is contained in:
bmw
2015-11-10 17:54:36 -08:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ WORKDIR /opt/letsencrypt
# TODO: Install non-default Python versions for tox.
# TODO: Install Apache/Nginx for plugin development.
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/ubuntu.sh
RUN /opt/letsencrypt/src/ubuntu.sh && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* \