4 lines
84 B
Docker
4 lines
84 B
Docker
FROM minitor-dev
|
|
|
|
RUN apt-get update && apt-get install -y jq curl && apt-get clean
|