Skip to content

Commit 834bc25

Browse files
committed
Fix bookworm-buildpack
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent 1385bab commit 834bc25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bookworm/Dockerfile.buildpack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN wget -qO - ${RESTY_APT_PGP} | gpg --dearmor > /etc/apt/trusted.gpg.d/openres
3939
&& DEBIAN_FRONTEND=noninteractive apt-get update \
4040
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4141
openresty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
42-
openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
43-
openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION} \
42+
openresty-resty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
43+
openresty-opm${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION} \
4444
&& mkdir -p /var/run/openresty \
4545
&& ln -sf /dev/stdout /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/access.log \
4646
&& ln -sf /dev/stderr /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/error.log

0 commit comments

Comments
 (0)