diff --git a/webtop/Dockerfile b/webtop/Dockerfile index dd55d8a21..e4210939b 100644 --- a/webtop/Dockerfile +++ b/webtop/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa COPY rootfs/ / # Manual apps -ENV PACKAGES="snapd" +ENV PACKAGES="" # Automatic apps & bashio RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \