Skip to content

Commit

Permalink
Add ca-certificates to the builder container
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed May 23, 2023
1 parent 5172d2a commit f4a3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base for builder
FROM debian:unstable-slim AS builder
# Deps for builder
RUN apt-get update && apt-get install --no-install-recommends -y ldc git clang dub libz-dev \
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f4a3f76

Please sign in to comment.