mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-03 00:39:33 +00:00
Merge pull request #20 from ShockwaveNN/feature/dockerfile
Add Dockerfile and build instruction
This commit is contained in:
+11
@@ -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"]
|
||||
Reference in New Issue
Block a user