From 56f74664b63104bf44594af878798a2c76636048 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 03:00:41 -0700 Subject: [PATCH] Remove extra workdir statement --- LinuxGeneralCompiler/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 9fe41ea..82cda96 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -24,8 +24,6 @@ RUN echo "export PATH=$PATH:/flutter/bin" > /flutter/env RUN source /flutter/env -WORKDIR / - RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils RUN rm *.xz