Skip to content

Commit

Permalink
fix(docker): add missing dependencies (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun authored Aug 5, 2022
1 parent 8fa14ec commit c589520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1-experimental
FROM golang:1.18-alpine3.16 AS base

RUN apk --update upgrade && apk --no-cache --update-cache --upgrade --latest add ca-certificates
RUN apk --update upgrade && apk --no-cache --update-cache --upgrade --latest add ca-certificates build-base gcc

WORKDIR /go/src/github.com/ory/kratos

Expand Down

0 comments on commit c589520

Please sign in to comment.