Skip to content

Commit bdf813b

Browse files
authored
Update Dockerfile
1 parent 35c3638 commit bdf813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LABEL description="RADAR-base HDFS data restructuring"
3737

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

40-
RUN apk update && apk add --no-cache libc6-compat
40+
RUN apk add --no-cache libc6-compat
4141

4242
COPY --from=builder /code/build/third-party/* /usr/lib/
4343
COPY --from=builder /code/build/scripts/* /usr/bin/

0 commit comments

Comments
 (0)