Skip to content

Commit c538513

Browse files
author
Lee Young Jin
committed
Postgres PLV8 모듈, Vim 추가 설치
1 parent fba26d5 commit c538513

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

9.4/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ RUN apt-get update \
3939

4040
RUN mkdir -p /var/run/postgresql && chown -R postgres /var/run/postgresql
4141

42+
# PLv8
43+
RUN apt-get update && apt-get install -y postgresql-9.4-plv8 && rm -rf /var/lib/apt/lists/* \
44+
45+
# Vim
46+
RUN apt-get update && apt-get install -y vim && rm -rf /var/lib/apt/lists/* \
47+
4248
ENV PATH /usr/lib/postgresql/$PG_MAJOR/bin:$PATH
4349
ENV PGDATA /var/lib/postgresql/data
4450
VOLUME /var/lib/postgresql/data

0 commit comments

Comments
 (0)