Skip to content

Commit

Permalink
add iputils-ping
Browse files Browse the repository at this point in the history
  • Loading branch information
y-du committed Jul 7, 2021
1 parent 5d32abc commit 5e68b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3-slim-buster
LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/mgw-blebox-dc

#RUN apk --no-cache add git
RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git iputils-ping

WORKDIR /usr/src/app

Expand Down

0 comments on commit 5e68b43

Please sign in to comment.