Skip to content

Commit 397fb72

Browse files
committedFeb 4, 2025·
add libc6
1 parent ff8758e commit 397fb72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎deploys/docker/load_balancer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=linux/amd64 debian:stable-slim
22

3-
RUN apt-get update && apt-get -y install libpq5 nginx
3+
RUN apt-get update && apt-get -y install libpq5 nginx libc6
44
#curl postgresql-client
55

66
# Old Ubuntu OpenSSL thing

‎deploys/docker/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY frontends/tamagui/apps/next/out/ /opt/tamagui_web
3131
COPY docs/protocol.html /opt/docs/protocol.html
3232

3333
# Setup the environment for the server.
34-
RUN apt-get update && apt-get -y install libpq5 curl postgresql-client
34+
RUN apt-get update && apt-get -y install libpq5 curl postgresql-client libc6
3535

3636
# Old Ubuntu OpenSSL thing
3737
# RUN curl http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb > libssl1.1.deb

0 commit comments

Comments
 (0)
Please sign in to comment.