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
|
# If <dest> doesn't exist, it is created along with all missing
|
||||||
# directories in its path.
|
# 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 && \
|
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* \
|
rm -rf /var/lib/apt/lists/* \
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@ WORKDIR /opt/letsencrypt
|
|||||||
|
|
||||||
# TODO: Install non-default Python versions for tox.
|
# TODO: Install non-default Python versions for tox.
|
||||||
# TODO: Install Apache/Nginx for plugin development.
|
# 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 && \
|
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* \
|
rm -rf /var/lib/apt/lists/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user