mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
docker: Use full filename when copying symlink
Works around an upstream bug in Docker: https://github.com/docker/docker/issues/17730 Fixes #1374
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ WORKDIR /opt/letsencrypt
|
||||
# If <dest> doesn't exist, it is created along with all missing
|
||||
# directories in its path.
|
||||
|
||||
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/* \
|
||||
|
||||
Reference in New Issue
Block a user