Adding upstream version 0.8.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b16cc97368
commit
55e5e7ac79
49 changed files with 4592 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
CURRENT_DIR = $(shell pwd)
|
||||
|
||||
DOCKER_NAME ?= titom73/eos-downloader
|
||||
DOCKER_TAG ?= dev
|
||||
DOCKER_FILE ?= Dockerfile
|
||||
PYTHON_VER ?= 3.9
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
docker build -t $(DOCKER_NAME):$(DOCKER_TAG) --build-arg DOCKER_VERSION=$(DOCKER_VERSION) -f $(DOCKER_FILE) .
|
Loading…
Add table
Add a link
Reference in a new issue