Skip to content

Commit 241cea7

Browse files
Update hbase/Dockerfile
Co-authored-by: Siegfried Weber <[email protected]>
1 parent f04f12e commit 241cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN --mount=type=cache,id=maven-hbase-${PRODUCT},uid=${STACKABLE_USER_UID},targe
4444
###
4545
### HBase
4646
###
47-
curl --fail "https://repo.stackable.tech/repository/packages/hbase/hbase-${PRODUCT}-src.tar.gz" | tar -xzC .
47+
curl "https://repo.stackable.tech/repository/packages/hbase/hbase-${PRODUCT}-src.tar.gz" | tar -xzC .
4848
mv hbase-${PRODUCT} hbase-${PRODUCT}-src
4949

5050
chmod +x patches/apply_patches.sh

0 commit comments

Comments
 (0)