Skip to content

Commit 1017976

Browse files
authored
Merge pull request nicolaka#57 from nicolaka/56-fix
fix nicolaka#56
2 parents a72809b + 910c6ad commit 1017976

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
77

88
RUN /tmp/fetch_binaries.sh
99

10-
FROM alpine:3.11
10+
FROM alpine:3.13
1111

1212
RUN set -ex \
1313
&& echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
@@ -49,7 +49,6 @@ RUN set -ex \
4949
nmap \
5050
nmap-nping \
5151
openssl \
52-
py-crypto \
5352
scapy \
5453
socat \
5554
strace \
@@ -60,10 +59,6 @@ RUN set -ex \
6059
vim \
6160
websocat
6261

63-
64-
# apparmor issue #14140
65-
RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
66-
6762
# Installing ctop - top-like container monitor
6863
COPY --from=fetcher /tmp/ctop /usr/local/bin/ctop
6964

0 commit comments

Comments
 (0)