We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a28319 commit bbb5960Copy full SHA for bbb5960
Dockerfile
@@ -21,8 +21,8 @@ MAINTAINER Starterkit development team
21
# && pip install git+https://github.com/celery/billiard.git#egg=billiard \
22
# && pip uninstall --yes kombu \
23
# && pip install git+https://github.com/celery/kombu.git#egg=kombu
24
-RUN apt-get update \
25
- && apt-get install -y geoip-bin
+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
+RUN apt-get update && apt-get install -y geoip-bin
26
27
# add bower and grunt command
28
ONBUILD COPY . /usr/src/app/
0 commit comments