Change debian.Dockerfile to use debian-stable

pull/221/head
Michael 6 years ago
parent 8a0eb6b71f
commit 1d280553a7
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:stable
RUN apt update && \
apt install -y build-essential cmake git libcap-dev wget rapidjson-dev

Loading…
Cancel
Save