diff --git a/Dockerfile b/Dockerfile index 09e4127..64c2111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ python3-pip \ bsdutils \ - libc6 + libc6 \ && pip3 install --upgrade pip setuptools wheel \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*