Skip to content

Commit

Permalink
Fixed deps order again
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Mar 5, 2024
1 parent 4499eda commit 470353e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/glibc-package/scripts/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package() {
}

bin() {
depends="$pkgname"
depends="$pkgname libc6-compat"
mkdir -p $subpkgdir/usr/glibc-compat
cp -a $srcdir/usr/glibc-compat/bin $subpkgdir/usr/glibc-compat
cp -a $srcdir/usr/glibc-compat/sbin $subpkgdir/usr/glibc-compat
Expand Down
1 change: 1 addition & 0 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN apk add --no-cache \
bash \
python3 \
py3-pip \
gcompat \
ca-certificates

# Install GLibc compatibility library
Expand Down
2 changes: 1 addition & 1 deletion pulsar-io/kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<amazon-kinesis-client.version>2.2.8</amazon-kinesis-client.version>
<amazon-kinesis-producer.version>0.15.9</amazon-kinesis-producer.version>
<amazon-kinesis-producer.version>0.14.13</amazon-kinesis-producer.version>
<json-flattener.version>0.13.0</json-flattener.version>
<flatbuffers-java.version>1.9.0</flatbuffers-java.version>
<jaxb-api.version>2.3.0</jaxb-api.version>
Expand Down

0 comments on commit 470353e

Please sign in to comment.