5 lines
92 B
Docker
5 lines
92 B
Docker
FROM maptiler/tileserver-gl:latest
|
|
|
|
USER root
|
|
RUN apt-get update && apt-get install -y curl
|