Skip to content

Commit 87c365d

Browse files
authored
Update Dockerfile to change echo command
1 parent 8731d57 commit 87c365d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdx/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55

66
RUN apt-get update && apt-get -y install unzip curl
77

8-
RUN echo add trust-jwks trust-kms updates and dpop upd
8+
RUN echo upd token exchange and kms
99
RUN git clone -b feature/mtls https://github.com/bcgov/kong-oss-plugins.git \
1010
&& cd kong-oss-plugins \
1111
&& (cd plugins/dpop && luarocks make) \

0 commit comments

Comments
 (0)