Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo
docker-postgresql
Commits
fb2bf486
Commit
fb2bf486
authored
Aug 08, 2017
by
José Ángel Fentánez
Browse files
[FIX] postgres 9.5: use ubuntu 16.04
parent
8f9f4c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql9.5/Dockerfile
View file @
fb2bf486
FROM
ubuntu:1
4
.04
FROM
ubuntu:1
6
.04
MAINTAINER
Tulio Ruiz <tulio@vauxoo.com>
# Configure locale
RUN
apt-get update
&&
apt-get
install
wget
-yq
RUN
apt-get
install
-y
locales
RUN
locale-gen en_US.UTF-8
&&
update-locale
RUN
echo
'LANG="en_US.UTF-8"'
>
/etc/default/locale
RUN
apt-get update
&&
apt-get
install
wget
-yq
RUN
wget
--quiet
-O
- https://www.postgresql.org/media/keys/ACCC4CF8.asc |
\
sudo
apt-key add -
apt-key add -
RUN
echo
'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main'
>
/etc/apt/sources.list.d/pgdg.list
RUN
apt-get update
&&
apt-get upgrade
-y
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment