Skip to content

Commit

Permalink
test(conformance): add directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 7, 2022
1 parent 63a84de commit f5d0885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/hydra/Dockerfile
Expand Up @@ -6,9 +6,10 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

WORKDIR /go/src/github.com/ory/hydra
RUN mkdir -p ./internal/httpclient-next

COPY go.mod go.sum ./
COPY internal/httpclient-next/go.* ./internal/httpclient-next
COPY internal/httpclient-next/go.* ./internal/httpclient-next/

ENV GO111MODULE on
ENV CGO_ENABLED 1
Expand Down

0 comments on commit f5d0885

Please sign in to comment.