From dcfc05f28dcbc8d02d4cc97485b978421bb62d10 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Jan 2022 15:09:50 +0100 Subject: [PATCH] Update Dockerfile --- webtop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop/Dockerfile b/webtop/Dockerfile index e4210939b..dd55d8a21 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="" +ENV PACKAGES="snapd" # 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 && \