From 91cfe0c6b969c10987c8a06cd9048ff4b01a1788 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Sun, 2 Nov 2025 12:32:55 +0300 Subject: [feature] emulator init commit for testing wo hardware access --- test/Dockerfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/Dockerfile (limited to 'test/Dockerfile') diff --git a/test/Dockerfile b/test/Dockerfile deleted file mode 100644 index 31debe0..0000000 --- a/test/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM ubuntu:22.04 - -# Install required packages -RUN apt-get update && apt-get install -y \ - build-essential \ - xvfb \ - imagemagick \ - && rm -rf /var/lib/apt/lists/* - -# Create app directory -WORKDIR /app - -# Copy your library and any dependencies -COPY . /app - -# Make sure binaries are executable -RUN chmod +x /app/* - -# Accept program name as argument and run with virtual framebuffer -ENTRYPOINT ["xvfb-run", "-a"] \ No newline at end of file -- cgit v1.2.3