Add Dockerfile
This commit is contained in:
parent
7e1f433b1d
commit
6168450fd7
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