Skip to content

Instantly share code, notes, and snippets.

View solares's full-sized avatar
😂

solares solares

😂
View GitHub Profile
@solares
solares / app-learner-tests.Dockerfile
Created April 26, 2021 22:59
luarocks install http failing within Docker build
FROM nickblah/lua:5.4.3-luarocks-ubuntu
RUN apt --assume-yes update
RUN apt --assume-yes install build-essential
RUN apt --assume-yes install libssl-dev
RUN luarocks install http