Dockerfile
text/plain
Filename: Dockerfile
Type: text/plain
Part: 4
FROM alpine RUN apk add build-base WORKDIR /usr/src COPY . /usr/src RUN ./test.sh ENV LD_LIBRARY_PATH=. ENTRYPOINT /usr/src/main
text/plain
FROM alpine RUN apk add build-base WORKDIR /usr/src COPY . /usr/src RUN ./test.sh ENV LD_LIBRARY_PATH=. ENTRYPOINT /usr/src/main
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect