Skip to content

Commit

Permalink
delete unused dependency (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Aug 17, 2023
1 parent 293e26e commit a2c9c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit a2c9c3e

Please sign in to comment.