Skip to content

Commit e67ddeb

Browse files
committed
Install -dev libraries in bookworm-buildpack flavor (#283)
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 123d8d3 commit e67ddeb

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Changelog
2-
=========
1+
`docker-openresty` Changelog
2+
============================
3+
4+
## 1.27.1.2-6 (2025-11-08)
5+
6+
* Install `-dev` libraries in `bookworm-buildpack` flavor ([#283](https://github.com/openresty/docker-openresty/issues/283))
37

48
## 1.27.1.2-5 (2025-10-30)
59

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ OpenResty supports SSE 4.2 optimizations. Starting with the `1.19.3.1` series,
121121

122122
It is *highly recommended* that you use the upstream-based images for best support. For best stability, pin your images to the full tag, for example `1.21.4.1-0-bionic`.
123123

124+
`-fat` images are ones that have [LuaRocks and OPM](#opm) installed in them. `-buildpack` images are based on [`buildpack-deps` images](https://hub.docker.com/_/buildpack-deps#what-is-buildpack-deps); they might be useful when more build scaffolding is required in your application.
125+
126+
124127
Policies
125128
========
126129

bookworm/Dockerfile.buildpack

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ RUN wget -qO - ${RESTY_APT_PGP} | gpg --dearmor > /etc/apt/trusted.gpg.d/openres
4141
openresty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
4242
openresty-resty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
4343
openresty-opm${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
44+
openresty-openssl3${RESTY_DEB_FLAVOR}-dev \
45+
openresty-pcre2${RESTY_DEB_FLAVOR}-dev \
46+
openresty-zlib${RESTY_DEB_FLAVOR}-dev \
4447
&& mkdir -p /var/run/openresty \
4548
&& ln -sf /dev/stdout /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/access.log \
4649
&& ln -sf /dev/stderr /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/error.log

0 commit comments

Comments
 (0)