Skip to content

Commit df79c7c

Browse files
committed
Explicitly download s3 extension
1 parent f39babe commit df79c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV LUCEE_ADMIN_ENABLED=false
55
RUN mkdir -p /opt/lucee/server/lucee-server/deploy && \
66
mkdir -p /opt/lucee/server/lucee-server/context && \
77
wget -nv https://ext.lucee.org/sentry-extension-5.5.2.15.lex -O /opt/lucee/server/lucee-server/deploy/sentry-extension.lex
8+
wget -nv https://ext.lucee.org/s3-extension-2.0.2.19.lex -O /opt/lucee/server/lucee-server/deploy/s3-extension.lex
89

910
RUN mkdir -p /var/www && mkdir -p /var/www/logs \
1011
&& ln -sf /proc/1/fd/1 /opt/lucee/server/lucee-server/context/logs/application.log \

0 commit comments

Comments
 (0)