Skip to content

Commit

Permalink
update: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Dec 30, 2024
1 parent 8a94388 commit 093dbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ WORKDIR /app
ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apk update && \
apk add build-base libheif vips-dev vips -q && \
apk add --no-cache openssl
apk add build-base libheif vips-dev vips -q

COPY --from=builder /app ./

Expand Down

0 comments on commit 093dbb9

Please sign in to comment.