barisaydin commited on
Commit
0d968ea
1 Parent(s): 50876b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
 
4
  # Update the package list, install curl, and clean up to reduce image size
5
  RUN apt-get update && \
6
- apt-get install -y curl nginx && \
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9
 
 
3
 
4
  # Update the package list, install curl, and clean up to reduce image size
5
  RUN apt-get update && \
6
+ apt-get install -y curl nginx libnginx-mod-http-lua && \
7
  apt-get clean && \
8
  rm -rf /var/lib/apt/lists/*
9