Skip to content

Commit f86a664

Browse files
committed
Apply coderabbitai suggestion
1 parent d9244c3 commit f86a664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN mkdir -p ${APK_CACHE_DIR} ${APK_SYMLINK_DIR} && \
1515
ln -s ${APK_CACHE_DIR} ${APK_SYMLINK_DIR}
1616

1717
RUN --mount=type=cache,target=${APK_CACHE_DIR} \
18-
apk add libc6-compat
18+
apk update && apk upgrade && apk add libc6-compat
1919

2020
WORKDIR /app
2121

0 commit comments

Comments
 (0)