added the correct package name
This commit is contained in:
parent
49fffc23d9
commit
e6b3626adb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user