Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ authored Feb 12, 2024
1 parent 4ee54d5 commit 4fc9f0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Images/PGPool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM alpine:3.17 AS builder
ENV PGPOOL_INSTALL_DIR /opt/pgpool-II
ENV PGPOOL_CONF_VOLUME /config

WORKDIR /tmp/pgpool

# Install packages
RUN set -eux \
\
Expand Down Expand Up @@ -62,6 +64,8 @@ COPY start.sh /tmp/out${PGPOOL_INSTALL_DIR}/bin/

FROM alpine:latest

WORKDIR /

ENV PGPOOL_INSTALL_DIR /opt/pgpool-II
ENV PGPOOL_CONF_VOLUME /config

Expand Down

0 comments on commit 4fc9f0d

Please sign in to comment.