Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -44,6 +44,7 @@ FROM alpine AS weaviate
|
|
44 |
#ENTRYPOINT ["/bin/weaviate"]
|
45 |
COPY --from=grpc_health_probe_builder /bin/grpc_health_probe /bin/
|
46 |
COPY --from=server_builder /weaviate-server /bin/weaviate
|
|
|
47 |
RUN chmod 755 /bin/weaviate
|
48 |
RUN apk add --no-cache --upgrade ca-certificates openssl
|
49 |
RUN mkdir ./modules
|
|
|
44 |
#ENTRYPOINT ["/bin/weaviate"]
|
45 |
COPY --from=grpc_health_probe_builder /bin/grpc_health_probe /bin/
|
46 |
COPY --from=server_builder /weaviate-server /bin/weaviate
|
47 |
+
COPY --from=server_builder /lib/libc.musl-x86_64.so.1 /lib
|
48 |
RUN chmod 755 /bin/weaviate
|
49 |
RUN apk add --no-cache --upgrade ca-certificates openssl
|
50 |
RUN mkdir ./modules
|