Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
a-miscellaneous committed Jul 20, 2024
1 parent 383732a commit 5d44905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions checker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3.9-buster
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libzbar0 -y
RUN apt-get install libgl1 -y
RUN apt-get install libglx-mesa0 -y
RUN apt-get install libgl1-mesa-glx -y

# add checker user
RUN useradd -ms /bin/bash -u 1000 checker
Expand Down
3 changes: 1 addition & 2 deletions service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Use a suitable base-image.
FROM python:3.12.2-slim
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libgl1 -y
RUN apt-get install libglx-mesa0 -y
RUN apt-get install libgl1-mesa-glx -y
RUN apt-get install libglib2.0-0 libsm6 libxext6 libxrender-dev -y

# Copy our service
Expand Down

0 comments on commit 5d44905

Please sign in to comment.