diff --git a/Dockerfile b/Dockerfile
index 4a18354..66df817 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,11 @@ FROM alpine:3.16
 LABEL maintainers="Vitaliy Filippov <vitalif@yourcmc.ru>"
 LABEL description="csi-s3 slim image"
 
-RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing s3fs-fuse rclone
+# apk add temporarily broken:
+#ERROR: unable to select packages:
+#  so:libcrypto.so.3 (no such package):
+#    required by: s3fs-fuse-1.91-r1[so:libcrypto.so.3]
+#RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing s3fs-fuse rclone
 
 ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
 RUN chmod 755 /usr/bin/geesefs