Commit c9e29c05 authored by Laurent Velez's avatar Laurent Velez
Browse files

Remove useless package

parent 10e29784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ FROM alpine:latest

# Install dependencies
RUN apk update && \
    apk add --no-cache sudo make git g++ diffutils expect openssl-dev libxml2-dev libxml2-utils libxslt-dev libtool ncurses-dev jsoncpp-dev readline-dev flex bison perl libexecinfo-dev bash libedit libedit-dev lksctp-tools lksctp-tools-dev libpcap-dev
    apk add --no-cache sudo make git g++ diffutils expect openssl-dev libxml2-dev libxml2-utils libxslt-dev libtool ncurses-dev jsoncpp-dev readline-dev flex bison perl bash libedit libedit-dev lksctp-tools lksctp-tools-dev libpcap-dev

# Create user and sudouser
RUN \