Skip to content
Snippets Groups Projects
Commit adb84430 authored by lcappelli's avatar lcappelli
Browse files

Not install nginx in the devcontainer

parent 458736c6
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,3 @@ RUN yum update -y && \ ...@@ -16,6 +16,3 @@ RUN yum update -y && \
yum clean all && rm -rf /var/cache/yum yum clean all && rm -rf /var/cache/yum
USER $USERNAME USER $USERNAME
COPY nginx.repo /etc/yum.repos.d/nginx.repo
RUN sudo yum -y install nginx nginx-module-njs
\ No newline at end of file
[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/\$releasever/\$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/\$releasever/\$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment