Initial commit

This commit is contained in:
Jakub Gorczyca 2019-09-15 16:50:18 +02:00
commit f28a7cbffe
3 changed files with 8 additions and 0 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
.git

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y libheif-examples \
&& rm -rf /var/lib/apt/lists/*

3
build-local Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/bash
/usr/bin/docker build --pull --no-cache --tag=local_shellbro/heif-convert .