Skip to content

Commit

Permalink
backend: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok committed Nov 3, 2024
1 parent aaac6da commit b6c58eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ FROM debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y \
openssl \
libssl-dev \
libssl3 \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b6c58eb

Please sign in to comment.