Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ga committed Dec 16, 2023
1 parent 89a5632 commit 66fbec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/like-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ ARG TARGETPLATFORM

# Install cross compilation build dependencies.
RUN xx-apk add --no-cache musl-dev gcc
RUN apk add pkgconfig openssl-dev openssl
RUN xx-apk add pkgconfig openssl-dev openssl
ENV OPENSSL_DIR=/usr

# Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/
Expand Down

1 comment on commit 66fbec9

@code-ga
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#41

Please sign in to comment.