Skip to content

Commit 8f5d311

Browse files
authored
Merge pull request #18 from thenulldev/develop
fix docker? I swear?
2 parents 124c7b3 + 332fc1b commit 8f5d311

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ RUN cargo build --release
2626
FROM debian:bullseye
2727
WORKDIR /app
2828

29+
RUN update-ca-certificates
30+
2931
# copy server binary from build stage
3032
COPY --from=builder /code/target/release/null-api null-api
3133

0 commit comments

Comments
 (0)