diff --git a/base/Dockerfile b/base/Dockerfile index 814fcd2..3313ceb 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ openssl-dev \ pkgconf \ build-base \ - ca-certificates \ + ca-certificates RUN mkdir /app WORKDIR /app