mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-02 16:59:05 +00:00
Add Dockerfile
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