Skip to content

Commit bb59314

Browse files
authored
Update Dockerfile
1 parent 3a38475 commit bb59314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN add-apt-repository -y "deb http://openresty.org/package/debian stretch openr
99
RUN apt-get update
1010
RUN apt-get install -y openresty
1111
COPY ./deploy /Hawkeye/deploy
12-
RUN RUN pip install --upgrade pip setuptools==45.2.0
12+
RUN pip install --upgrade pip setuptools==45.2.0
1313
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /Hawkeye/deploy/pyenv/requirements.txt -U
1414
RUN cp /Hawkeye/deploy/nginx/*.conf /usr/local/openresty/nginx/conf/
1515
RUN cp /Hawkeye/deploy/supervisor/*.conf /etc/supervisor/conf.d/

0 commit comments

Comments
 (0)