Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 8da2ed7

Browse files
committed
bump versions
1 parent cc60960 commit 8da2ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apt-get install -y python-dev python-setuptools git build-essential libxml2-
66
RUN easy_install pip
77
RUN pip install virtualenv
88
RUN virtualenv /var/www/pootle/env
9-
RUN /var/www/pootle/env/bin/pip install Pootle
10-
RUN /var/www/pootle/env/bin/pip install django-tastypie==0.9.16
9+
RUN /var/www/pootle/env/bin/pip install Pootle==2.5.1.1
10+
RUN /var/www/pootle/env/bin/pip install django-tastypie==0.12.1
1111
RUN mkdir -p /var/local/pootledb
1212
RUN /var/www/pootle/env/bin/pootle init
1313
RUN sed -i "s/\('NAME' *: *\).*/\1'\/var\/local\/pootledb\/pootle.db',/" ~/.pootle/pootle.conf

0 commit comments

Comments
 (0)