Skip to content

Commit

Permalink
/opt/minifox/minifox: error while loading shared libraries: libOpenGL…
Browse files Browse the repository at this point in the history
….so.0: cannot open shared object file: No such file or directory
  • Loading branch information
scarytom committed Mar 3, 2024
1 parent 2ed7acc commit f4dd9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
FROM docker.io/ubuntu:jammy

RUN apt-get update \
&& apt-get install -y ffmpeg libsm6 libxext6 sqlite3 ca-certificates
&& apt-get install -y ffmpeg libsm6 libxext6 libopengl0 sqlite3 ca-certificates

COPY --from=build /minifox /opt/minifox
ENTRYPOINT ["/opt/minifox/minifox"]
Expand Down

0 comments on commit f4dd9fe

Please sign in to comment.