Merge pull request #20 from ShockwaveNN/feature/dockerfile
Add Dockerfile and build instruction
This commit is contained in:
commit
aeadb2285f
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get -y update && \
|
||||
apt-get -y install g++ \
|
||||
gcc \
|
||||
git \
|
||||
make \
|
||||
zip
|
||||
COPY . /bannertool
|
||||
WORKDIR /bannertool
|
||||
CMD ["make"]
|
Loading…
Reference in New Issue
Block a user