6 lines
89 B
Docker
6 lines
89 B
Docker
FROM alpine
|
|
LABEL author="1Computer1"
|
|
|
|
RUN apk add --no-cache g++
|
|
|
|
COPY run.sh /var/run/
|