fix lua dependencies to lua 5.1
This commit is contained in:
parent
5724cc82eb
commit
8fa36e7ded
1 changed files with 25 additions and 25 deletions
|
@ -6,7 +6,7 @@ RUN apk --no-cache add \
|
|||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
lua-dev \
|
||||
lua5.1-dev \
|
||||
libsodium-dev \
|
||||
linux-pam-dev \
|
||||
zlib-dev \
|
||||
|
@ -77,8 +77,8 @@ RUN apk --no-cache add \
|
|||
openssl \
|
||||
ssmtp \
|
||||
ca-certificates \
|
||||
lua \
|
||||
lua-rapidjson \
|
||||
lua5.1-libs \
|
||||
lua5.1-rapidjson
|
||||
curl \
|
||||
inotify-tools \
|
||||
libssl3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue