mirror of
https://github.com/maxkratz/dockerfile-heif-convert.git
synced 2025-04-20 08:04:35 +00:00
Initial commit
This commit is contained in:
commit
f28a7cbffe
3 changed files with 8 additions and 0 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
.git
|
4
Dockerfile
Normal file
4
Dockerfile
Normal 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
3
build-local
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
/usr/bin/docker build --pull --no-cache --tag=local_shellbro/heif-convert .
|
Loading…
Add table
Add a link
Reference in a new issue