Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudpebble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN npm install -g npm jshint
# Fix broken sources.list (jessie repositories have been archived)
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 \
RUN apt-get update && apt-get install -y --force-yes \
gettext \
postgresql-client libpq-dev \
--no-install-recommends && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ redis:
image: redis
postgres:
image: postgres
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
s3:
image: kuracloud/fake-s3
ports:
Expand Down