Skip to content

Commit 2fc5e15

Browse files
committed
chore(ci): clean up on ssl install
1 parent a5e7a13 commit 2fc5e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:buster-slim
22
ENV APP_ENV=production
3-
RUN apt update && apt install libssl1.1
3+
RUN apt update && apt install libssl1.1 -y && rm -rf /var/lib/apt/lists/*
44
RUN useradd -m pexp
55
USER pexp
66
COPY --from=ncrmro/rust:sqlx /usr/local/bin/sqlx /usr/local/bin/sqlx

0 commit comments

Comments
 (0)