From e6b3626adb0384ecf05a6e842ff10b5899cf832f Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Sat, 8 Feb 2020 20:39:21 -0500 Subject: [PATCH] added the correct package name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcb0e69..012367b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8.0-slim RUN rm /bin/sh && ln -s /bin/bash /bin/sh RUN apt-get update \ -&& apt-get install gcc git ping -y \ +&& apt-get install gcc git iputils-ping -y \ && apt-get clean COPY ./ DashMachine