Skip to content

Commit bbb5960

Browse files
authored
fix Dockerfile jessie updates
1 parent 1a28319 commit bbb5960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ MAINTAINER Starterkit development team
2121
# && pip install git+https://github.com/celery/billiard.git#egg=billiard \
2222
# && pip uninstall --yes kombu \
2323
# && pip install git+https://github.com/celery/kombu.git#egg=kombu
24-
RUN apt-get update \
25-
&& apt-get install -y geoip-bin
24+
RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
25+
RUN apt-get update && apt-get install -y geoip-bin
2626

2727
# add bower and grunt command
2828
ONBUILD COPY . /usr/src/app/

0 commit comments

Comments
 (0)