Skip to content

Commit

Permalink
Add missing essential packages
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Minari <[email protected]>
  • Loading branch information
yangm97 committed Jul 27, 2017
1 parent b0af57b commit 59a874d
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 @@ -4,7 +4,7 @@ ENTRYPOINT ["lua"]

ARG LUA_VERSION=5.1

RUN apk add --no-cache lua${LUA_VERSION} lua${LUA_VERSION}-dev build-base git bash unzip && \
RUN apk add --no-cache lua${LUA_VERSION} lua${LUA_VERSION}-dev build-base git bash unzip curl openssl-dev && \
ln -s /usr/bin/lua${LUA_VERSION} /usr/local/bin/lua && \
cd /tmp && \
git clone https://github.com/keplerproject/luarocks.git && \
Expand Down

0 comments on commit 59a874d

Please sign in to comment.