Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(build): remove patches and fix docker image version #13280

Merged
merged 2 commits into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
FROM kong/kong:3.0.0-ubuntu
FROM kong/kong:2.7.0

USER root

RUN apt-get update

RUN apt-get install -y \
build-essential \
unzip \
git \
m4 \
libyaml-dev
RUN apk add --update \
alpine-sdk \
build-base \
bsd-compat-headers \
m4

This file was deleted.

40 changes: 0 additions & 40 deletions build/openresty/patches/LuaJIT-2.1-20210510_04_pass_cc_env.patch

This file was deleted.

Loading
Loading