forked from blasthavers/blastmud
3 lines
132 B
Docker
3 lines
132 B
Docker
FROM debian:latest
|
|
RUN apt-get update && apt-get install -y jq ssh git curl ca-certificates xz-utils && rm -rf /var/lib/apt/lists/*
|