diff options
| author | zdiff <zdiff@localhost> | 2025-03-20 23:27:48 -0400 |
|---|---|---|
| committer | zdiff <zdiff@localhost> | 2025-03-20 23:27:48 -0400 |
| commit | f30d22b69784e85fa9c5c78d34e7af89d61d0585 (patch) | |
| tree | ff50667eb01c1989a4e502e446d530a23ff6d2b3 | |
| parent | 862c33fe0814ab7756aabcf55aa77fa9c3bd6ef2 (diff) | |
| download | vis-f30d22b69784e85fa9c5c78d34e7af89d61d0585.tar.gz vis-f30d22b69784e85fa9c5c78d34e7af89d61d0585.tar.xz | |
Dockerfile: Upgrade lua5.3 to 5.4
| -rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,8 +7,8 @@ RUN apk update && apk add --upgrade --no-cache \ fortify-headers \ gcc \ libtermkey-dev \ - lua5.3-dev \ - lua5.3-lpeg \ + lua5.4-dev \ + lua5.4-lpeg \ lua-lpeg-dev \ make \ musl-dev \ @@ -19,8 +19,8 @@ RUN apk update && apk add --upgrade --no-cache \ xz \ xz-dev \ xz-static -RUN sed -i 's/Libs: /Libs: -L${INSTALL_CMOD} /' /usr/lib/pkgconfig/lua5.3.pc -RUN mv /usr/lib/lua/5.3/lpeg.a /usr/lib/lua/5.3/liblpeg.a +RUN sed -i 's/Libs: /Libs: -L${INSTALL_CMOD} /' /usr/lib/pkgconfig/lua5.4.pc +RUN mv /usr/lib/lua/5.4/lpeg.a /usr/lib/lua/5.4/liblpeg.a RUN sed -i 's/-ltermkey/-ltermkey -lunibilium/' /usr/lib/pkgconfig/termkey.pc # TODO contribute a proper libuntar package to Alpine RUN mkdir -p /build |
