File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM --platform=linux/amd64 debian:stable-slim
2
2
3
- RUN apt-get update && apt-get -y install libpq5 nginx
3
+ RUN apt-get update && apt-get -y install libpq5 nginx libc6
4
4
# curl postgresql-client
5
5
6
6
# Old Ubuntu OpenSSL thing
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ COPY frontends/tamagui/apps/next/out/ /opt/tamagui_web
31
31
COPY docs/protocol.html /opt/docs/protocol.html
32
32
33
33
# 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
35
35
36
36
# Old Ubuntu OpenSSL thing
37
37
# RUN curl http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb > libssl1.1.deb
You can’t perform that action at this time.
0 commit comments