Skip to content

Commit

Permalink
Update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Feb 15, 2024
1 parent 016e233 commit e95c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV RELEASE_DIR /src/target/release/plprql-pg${PG_MAJOR_VERSION}
RUN mkdir /artifacts && chmod 777 /artifacts

# Create a Debian preinst script that will run before the installation of PL/PRQL.
RUN echo $'#!/usr/bin/env bash\n\
RUN echo $'#!bin/bash\n\
\n\
if ! id -u postgres 2>&1 > /dev/null; then\n\
echo "[!] User 'postgres' does not exist. Have the official Postgres packages been installed yet?"\n\
Expand Down

0 comments on commit e95c6c2

Please sign in to comment.