14 lines
189 B
Docker
14 lines
189 B
Docker
FROM kong/kong:3.0.0-ubuntu
|
|
|
|
USER root
|
|
|
|
RUN apt-get update
|
|
|
|
RUN apt-get install -y \
|
|
build-essential \
|
|
unzip \
|
|
git \
|
|
m4 \
|
|
libyaml-dev \
|
|
curl
|