Skip to content

Commit

Permalink
ca certs are required to list Game Records via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Mar 2, 2024
1 parent 7b0a5e0 commit 2ed7acc
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
&& apt-get install -y ffmpeg libsm6 libxext6 sqlite3 ca-certificates

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

0 comments on commit 2ed7acc

Please sign in to comment.