Skip to content

Commit

Permalink
modif pyhton-certbot... to python3-certbo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Apr 13, 2024
1 parent 49857b5 commit 04c3c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nginx:latest

RUN apt-get update \
&& apt-get install -y certbot python-certbot-nginx
&& apt-get install -y certbot python3-certbot-nginx

COPY ./build/ /usr/share/nginx/html

EXPOSE 80
Expand Down

0 comments on commit 04c3c47

Please sign in to comment.