HAL9000 for gmake and docker
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine
|
||||
RUN apk update
|
||||
COPY . /HAL9000
|
||||
WORKDIR /HAL9000
|
||||
RUN apk add --no-cache --virtual build-dependencies gcc libc-dev openssl-dev make && make && apk del build-dependencies
|
||||
CMD ./HAL9000
|
||||
Reference in New Issue
Block a user