FROM alpine RUN apk add build-base WORKDIR /usr/src COPY . /usr/src RUN ./test.sh ENV LD_LIBRARY_PATH=. ENTRYPOINT /usr/src/main