8 lines
102 B
Text
8 lines
102 B
Text
|
FROM alpine
|
||
|
LABEL author="1Computer1"
|
||
|
|
||
|
RUN apk update
|
||
|
RUN apk add gcc libc-dev
|
||
|
|
||
|
COPY run.sh /var/run/
|