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 a13e82b commit 0ebce81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ RUN if [ "$OS_DISTRIBUTION" = "ubuntu" ]; then \
fi \
elif [ "$OS_DISTRIBUTION" = "opensuse" ]; then \
if [ ! -z $PROXY_CERT_PATH ]; then \
cp /tmp/sc.crt /etc/ssl/certs && \
cp /tmp/sc.crt /usr/share/pki/trust/anchors && \
update-ca-certificates; \
fi \
fi
RUN cat /tmp/sc.crt

###########################Add any other image customizations here #######################

#### Examples ####

### 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 ###
Expand Down

0 comments on commit 0ebce81

Please sign in to comment.