diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile index 5c5b9b5e14..f8848cbe72 100644 --- a/src/docker/Dockerfile +++ b/src/docker/Dockerfile @@ -7,7 +7,7 @@ COPY . /opt/archery/ #archery RUN cd /opt \ - && yum -y install nginx krb5-devel \ + && yum -y install nginx \ && source /opt/venv4archery/bin/activate \ && pip3 install -r /opt/archery/requirements.txt \ && cp -f /opt/archery/src/docker/nginx.conf /etc/nginx/ \