diff options
| author | Levent Kaya <levent@dev> | 2025-11-02 12:32:55 +0300 |
|---|---|---|
| committer | Levent Kaya <levent@dev> | 2025-11-02 12:32:55 +0300 |
| commit | 91cfe0c6b969c10987c8a06cd9048ff4b01a1788 (patch) | |
| tree | 338dd9655a8a0291c086b860c92efa661b792e70 /test/Dockerfile | |
| parent | 0f519511db8eb92275d37d04cc53e7179e32a17e (diff) | |
[feature] emulator init commit for testing wo hardware access
Diffstat (limited to 'test/Dockerfile')
| -rw-r--r-- | test/Dockerfile | 20 |
1 files changed, 0 insertions, 20 deletions
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 |
