This commit is contained in:
parent
e30978c651
commit
90d9c31ed3
@ -1,4 +1,4 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y libcurl4 \
|
&& apt-get install -y libcurl4 \
|
||||||
@ -6,4 +6,4 @@ RUN apt-get update \
|
|||||||
|
|
||||||
COPY oidc-test-client /usr/local/bin/oidc-test-client
|
COPY oidc-test-client /usr/local/bin/oidc-test-client
|
||||||
|
|
||||||
ENTRYPOINT /usr/local/bin/oidc-test-client
|
ENTRYPOINT ["/usr/local/bin/oidc-test-client"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user