An error occurred while loading the file. Please try again.
-
Carlos Juliano Viana authored
Alterar os arquivos rockspec para informar a versão o SGA. Atualizando o arquivo README para descrever como pode-se consultar a versão do SGA usando comando do luarocks. [SOMA-4153] [SOMA-3699]
f38bea41
FROM ubuntu:16.04
ENV LUA_VERSION 5.3.3
ENV LUAROCKS_VERSION 2.4.2
RUN apt-get update && apt-get install -y \
bc \
curl \
g++ \
gcc \
git \
ksh \
liblua5.3-dev \
libssh-dev \
lua5.3 \
make \
perl \
unzip
RUN ln -s /usr/bin/lua5.3 /usr/bin/lua && \
ln -s /usr/bin/luac5.3 /usr/bin/luac