Skip to content

Commit

Permalink
...Docker magic?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Nov 13, 2024
1 parent af8ba23 commit 6f7b0ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wally-registry-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM rust:1.81-slim-bookworm AS build
WORKDIR /usr/app

ARG COMMIT_SHA
ENV COMMIT_SHA=$COMMIT_SHA

# Debian Slim doesn't install certificates by default, but we kinda want those.
# pkg-config is used by some dependencies to locate system libraries.
RUN apt-get update
Expand Down

0 comments on commit 6f7b0ce

Please sign in to comment.