From 6c453a852e9d9c134c2b22755bea5b4bb739b185 Mon Sep 17 00:00:00 2001 From: zinobias Date: Tue, 9 May 2023 12:27:41 +0200 Subject: [PATCH] Curl/less added to base deb dockerfile. Removed xauth and udev. --- dockerfiles/example/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dockerfiles/example/Dockerfile b/dockerfiles/example/Dockerfile index 95a483c..e0f44cb 100644 --- a/dockerfiles/example/Dockerfile +++ b/dockerfiles/example/Dockerfile @@ -2,10 +2,11 @@ FROM --platform=i386 i386/debian:buster ARG DEBIAN_FRONTEND=noninteractive RUN apt-get clean && apt-get update && apt-get -y upgrade RUN apt-get -y install apt-utils gcc \ - python3 vim udev unzip ruby nodejs \ + python3 vim unzip ruby nodejs \ fakeroot dbus base whiptail hexedit \ - patch wamerican ucf xauth manpages \ - file luajit make lua50 dialog + patch wamerican ucf manpages \ + file luajit make lua50 dialog curl \ + less RUN useradd -m user COPY --chown=user:user ./examples /home/user/examples RUN chmod -R +x /home/user/examples/lua