Skip to content

Commit 2810b3c

Browse files
committed
feat(stacks): use default dependencies
1 parent 7b7bc74 commit 2810b3c

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

stacks/postgresql/build.sh

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,6 @@ function build() {
99
PG_VER=${STACK_VERSION}
1010
PG_MAJOR=$(echo "${STACK_VERSION}"|cut -d"." -f1)
1111

12-
cat << EOF > "${META_DIR}"/dependencies
13-
binutils
14-
gdal-bin
15-
libproj-dev
16-
llvm-11-dev
17-
libllvm11
18-
libc6
19-
libc6-i386
20-
libssl1.1
21-
libgcc-s1
22-
lib32gcc-s1
23-
libgssapi-krb5-2
24-
libicu67
25-
libldap-2.4-2
26-
liblz4-1
27-
libpam0g
28-
libperl5.32
29-
libpq5
30-
libpython3.9
31-
libreadline8
32-
libstdc++6
33-
lib32stdc++6
34-
libtcl8.6
35-
libuuid1
36-
libxml2
37-
libxslt1.1
38-
zlib1g
39-
EOF
40-
4112
install-packages \
4213
clang \
4314
dirmngr \

0 commit comments

Comments
 (0)