added the correct package name

This commit is contained in:
Ross Mountjoy 2020-02-08 20:39:21 -05:00
parent 49fffc23d9
commit e6b3626adb

View File

@ -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