7 lines
80 B
Docker
7 lines
80 B
Docker
FROM ubuntu:24.04
|
|
|
|
RUN apt-get update -y
|
|
|
|
RUN apt-get install -y libvips-tools
|
|
|