Skip to content

Commit

Permalink
feat: install ping
Browse files Browse the repository at this point in the history
  • Loading branch information
roslovets committed Oct 31, 2024
1 parent 81f27f4 commit 0801902
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 @@ -12,7 +12,7 @@ RUN apt -y install rustc
RUN apt-get -y install golang-go
RUN npm install -g typescript
RUN apt-get -y install sqlite3
RUN apt-get install -y --no-install-recommends cron libpq-dev sudo
RUN apt-get install -y --no-install-recommends cron libpq-dev sudo iputils-ping

RUN set -xe && \
apt-get update && \
Expand Down

0 comments on commit 0801902

Please sign in to comment.