Loading services/nginx/Dockerfile +1 −1 Original line number Diff line number Diff line FROM nginx:1.27.1 RUN apt-get update && apt-get install -y jq && apt-get clean RUN apt-get install -y openssl RUN apt-get install -y curl=7.74.0-1.3+deb11u3 RUN apt-get install -y curl RUN apt-get -y install redis Loading Loading
services/nginx/Dockerfile +1 −1 Original line number Diff line number Diff line FROM nginx:1.27.1 RUN apt-get update && apt-get install -y jq && apt-get clean RUN apt-get install -y openssl RUN apt-get install -y curl=7.74.0-1.3+deb11u3 RUN apt-get install -y curl RUN apt-get -y install redis Loading