Skip to content

Commit c46beaa

Browse files
authored
Update Dockerfile
1 parent 6e9d211 commit c46beaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
187187
# resolves #166
188188
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so php
189189
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community gnu-libiconv iotop tshark && \
190-
apk add --no-cache busybox-extras tcpdump tcpflow nload iperf bind-tools net-tools sysstat strace ltrace tree readline screen tmux vim && \
190+
apk add --no-cache busybox-extras gdb tcpdump tcpflow nload iperf bind-tools net-tools sysstat strace ltrace tree readline screen tmux vim && \
191191
apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ lrzsz && \
192192
# DEPENDENCY TO ALLOW USERS TO RUN crontab
193193
apk add --no-cache --update busybox-suid

0 commit comments

Comments
 (0)