mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Dockerfile: debian.sh -> ubuntu.sh
This commit is contained in:
parent
3c0ce923b2
commit
5a22ff17d0
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ WORKDIR /opt/letsencrypt
|
|||
# The following copies too much than we need...
|
||||
#COPY . /opt/letsencrypt/
|
||||
|
||||
COPY bootstrap/debian.sh /opt/letsencrypt/src/
|
||||
RUN /opt/letsencrypt/src/debian.sh && \
|
||||
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
|
||||
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* \
|
||||
/tmp/* \
|
||||
|
|
|
|||
Loading…
Reference in a new issue