Skip to content

Commit fb2d1e9

Browse files
authored
Merge pull request #44 from RADAR-base/fix-snappy
Add libc6-compat required for snappy decompression
2 parents 07d885c + bdf813b commit fb2d1e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ RUN ./gradlew jar
3131

3232
FROM smizy/hadoop-base:3.0.3-alpine
3333

34-
MAINTAINER Joris Borgdorff <[email protected]>
34+
MAINTAINER Joris Borgdorff <[email protected]>, Yatharth Ranjan<[email protected]>
3535

3636
LABEL description="RADAR-base HDFS data restructuring"
3737

3838
ENV JAVA_OPTS -Djava.library.path=${HADOOP_HOME}/lib/native
3939

40+
RUN apk add --no-cache libc6-compat
41+
4042
COPY --from=builder /code/build/third-party/* /usr/lib/
4143
COPY --from=builder /code/build/scripts/* /usr/bin/
4244
COPY --from=builder /code/build/libs/* /usr/lib/

0 commit comments

Comments
 (0)