Skip to content

Commit 0b21e43

Browse files
authored
Update Dockerfile
1 parent 1363f60 commit 0b21e43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ENV STATIC_PATH "/srv/static"
77
ENV MEDIA_PATH "/srv/media"
88

99
USER root
10-
RUN yum -y update \
11-
&& yum -y install nginx gettext \
12-
&& easy_install-2.7 pip && pip2 install supervisor supervisor-stdout \
10+
RUN yum -y update \
11+
&& yum -y install nginx gettext python2-pip \
12+
&& pip2 install supervisor supervisor-stdout \
1313
&& mkdir /etc/nginx/proxy.d
1414

15-
# Create a directory for config
15+
# Create a directory for config
1616
COPY nginx/nginx.conf /etc/nginx/nginx.conf
1717
COPY nginx/start-nginx.sh /usr/bin/start-nginx.sh
1818
COPY nginx/mime.types /etc/nginx/mime.types

0 commit comments

Comments
 (0)