Skip to content

Commit

Permalink
use debian docker image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Dec 8, 2023
1 parent 7ebc4f6 commit 01c2f10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM docker.io/library/alpine:3.18.5
RUN apk add --no-cache ca-certificates
FROM docker.io/library/debian:12-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates && \
apt-get clean
COPY oidc-test-client /
EXPOSE 9009
WORKDIR /web-root
Expand Down

0 comments on commit 01c2f10

Please sign in to comment.