diff --git a/Dockerfile b/Dockerfile index c14a8bb..3e2e7ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM jayfield/novnc-baseimage RUN apt-get update && \ - apt-get -y install --no-install-recommends openssl && \ apt-get -y install --no-install-recommends net-tools socat && \ rm -rf /var/lib/apt/lists/*