File: Dockerfile

package info (click to toggle)
postgresql-multicorn 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,244 kB
  • sloc: ansic: 3,324; python: 2,258; sql: 751; makefile: 259; sh: 81
file content (13 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM postgres:9
RUN apt-get update && apt-get install -y \
	build-essential \
	clang \
	libpython2.7-dev \
	python2.7-dev \
	postgresql-client-9.6 \
	postgresql-server-dev-9.6 \
	postgresql-plpython-9.6 \
	python-setuptools

ENV PGUSER postgres
ENV LC_ALL C.UTF-8