mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Dockerfile: debian.sh -> ubuntu.sh
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ WORKDIR /opt/letsencrypt
|
|||||||
# The following copies too much than we need...
|
# The following copies too much than we need...
|
||||||
#COPY . /opt/letsencrypt/
|
#COPY . /opt/letsencrypt/
|
||||||
|
|
||||||
COPY bootstrap/debian.sh /opt/letsencrypt/src/
|
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
|
||||||
RUN /opt/letsencrypt/src/debian.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/* \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user