We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e7a13 commit 2fc5e15Copy full SHA for 2fc5e15
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:buster-slim
2
ENV APP_ENV=production
3
-RUN apt update && apt install libssl1.1
+RUN apt update && apt install libssl1.1 -y && rm -rf /var/lib/apt/lists/*
4
RUN useradd -m pexp
5
USER pexp
6
COPY --from=ncrmro/rust:sqlx /usr/local/bin/sqlx /usr/local/bin/sqlx
0 commit comments