Skip to content

Commit

Permalink
Merge pull request myoung34#338 from Daniel-Aaron-Bloom/master
Browse files Browse the repository at this point in the history
feat: add `pkg-config` to `Dockerfile.base`
  • Loading branch information
myoung34 authored Nov 20, 2023
2 parents ca7bcb7 + eab2dca commit 708d080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen \
rsync \
libpq-dev \
gosu \
pkg-config \
&& DPKG_ARCH="$(dpkg --print-architecture)" \
&& LSB_RELEASE_CODENAME="$(lsb_release --codename | cut -f2)" \
&& sed -e 's/Defaults.*env_reset/Defaults env_keep = "HTTP_PROXY HTTPS_PROXY NO_PROXY FTP_PROXY http_proxy https_proxy no_proxy ftp_proxy"/' -i /etc/sudoers \
Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ configure_runner() {
echo "Disable auto update option is enabled"
ARGS+=("--disableupdate")
fi

if [ -n "${NO_DEFAULT_LABELS}" ]; then
echo "Disable adding the default self-hosted, platform, and architecture labels"
ARGS+=("--no-default-labels")
fi

echo "Configuring"
./config.sh \
--url "${_SHORT_URL}" \
Expand Down

0 comments on commit 708d080

Please sign in to comment.