Skip to content

Commit

Permalink
fix Dockerfile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 5, 2024
1 parent df7b48f commit a277621
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ FROM kong:2.8.4-alpine
USER root
ARG VERSION
ENV LUA_PATH=/usr/local/share/lua/5.1/?.lua;; \
DD_SERVICE=kong \
DD_ENV=prod \
DD_VERSION=$VERSION
DD_SERVICE=kong \
DD_ENV=prod \
DD_VERSION=$VERSION

RUN apk add --no-cache wget curl httpie && \
wget -q https://raw.githubusercontent.com/tschaume/kong/feat/persistent-cookie/kong/plugins/session/schema.lua && \
mv schema.lua /usr/local/share/lua/5.1/kong/plugins/session/ && \
wget -q https://raw.githubusercontent.com/tschaume/kong/feat/persistent-cookie/kong/plugins/session/session.lua && \
mv session.lua /usr/local/share/lua/5.1/kong/plugins/session/ && \
chmod -R a+r /usr/local/share/lua/5.1/kong/plugins/session
wget -q https://raw.githubusercontent.com/tschaume/kong/feat/persistent-cookie/kong/plugins/session/schema.lua && \
mv schema.lua /usr/local/share/lua/5.1/kong/plugins/session/ && \
wget -q https://raw.githubusercontent.com/tschaume/kong/feat/persistent-cookie/kong/plugins/session/session.lua && \
mv session.lua /usr/local/share/lua/5.1/kong/plugins/session/ && \
chmod -R a+r /usr/local/share/lua/5.1/kong/plugins/session

WORKDIR grant-proxy-oauth
WORKDIR /grant-proxy-oauth
COPY handler.lua .
COPY schema.lua .
COPY kong-grant-proxy-oauth-0.0-0.rockspec .
Expand Down

0 comments on commit a277621

Please sign in to comment.