diff --git a/Dockerfile b/Dockerfile index b17ca85..4ef04a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,5 @@ FROM debian:bookworm RUN apt update && apt install -y build-essential git pkg-config automake autoconf libtool libfuse-dev fuse uuid-dev libxml2-dev libsnmp-dev libicu-dev icu-devtools COPY entrypoint.sh /entrypoint.sh -COPY icu-config /usr/bin/icu-config -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]