From 2622f6d0457a57d0f0a607a8265287a8f2ee84af Mon Sep 17 00:00:00 2001 From: myve Date: Sat, 20 Jul 2024 02:52:35 +0000 Subject: [PATCH] Update plasma/Dockerfile --- plasma/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma/Dockerfile b/plasma/Dockerfile index e6d750e..cf91711 100644 --- a/plasma/Dockerfile +++ b/plasma/Dockerfile @@ -1,9 +1,9 @@ -# syntax = docker/dockerfile:1.2 +# syntax = docker/dockerfile:1 FROM alpine/base USER root # X session environment variable -ENV STARTXBIN startplasma-x11 +ENV STARTXBIN=startplasma-x11 # Run RUN apk add --no-cache \