Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Jun 29, 2023
1 parent 35707c7 commit 9cbc2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM golang:1.20-bullseye AS builder

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

RUN apt-get update && apt-get upgrade -y &&\
mkdir -p /var/lib/sqlite
RUN apt-get update && apt-get upgrade -y

COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit 9cbc2c8

Please sign in to comment.