Skip to content

Commit

Permalink
Fix docker build error on platforms other than x86_64-linux-gnu (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
prawwtocol authored Dec 6, 2024
1 parent 14c6434 commit 5b578fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN openssl req -x509 -nodes -days 365 -newkey rsa:2048 \

# libssl.* are in /usr/lib/x86_64-linux-gnu on Travis Ubuntu precise
RUN luarocks install --verbose luasocket \
&& luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu \
&& luarocks install luasec \
&& luarocks install redis-lua \
&& luarocks install busted \
&& rm -rf /tmp/*
Expand Down

0 comments on commit 5b578fb

Please sign in to comment.