Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nianyush committed Oct 17, 2023
1 parent 0ebce81 commit 59a0a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN cat /tmp/sc.crt

### To install the nginx package for Ubuntu ###

RUN apt-get update && apt-get install nginx -y
# RUN apt-get update && apt-get install nginx -y
### or

### To install the nginx package for opensuse ###

#RUN zypper refresh && zypper install nginx -y
RUN zypper refresh && zypper install nginx -y

0 comments on commit 59a0a56

Please sign in to comment.