Skip to content

Commit

Permalink
UNDO Dockerfile change (#1099)
Browse files Browse the repository at this point in the history
UNDO Dockerfile change to add installcheck.
  • Loading branch information
jrgemignani authored Jul 26, 2023
1 parent 5364a2a commit 18456b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install --assume-yes --no-install-recommends --no-install-suggests \
postgresql-server-dev-14

COPY . /age
RUN cd /age && make install && make installcheck
RUN cd /age && make install

COPY docker/docker-entrypoint-initdb.d/00-create-extension-age.sql /docker-entrypoint-initdb.d/00-create-extension-age.sql

Expand Down

0 comments on commit 18456b3

Please sign in to comment.