diff --git a/Dockerfile b/Dockerfile index 48f41d5b..b257604b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ ENV CRAWLAB_IS_DOCKER Y # install packages RUN apt-get update \ - && apt-get install -y curl git net-tools iputils-ping ntp ntpdate python3 python3-pip nginx wget \ + && apt-get install -y curl git net-tools iputils-ping ntp ntpdate python3 python3-pip nginx wget aptitude \ && ln -s /usr/bin/pip3 /usr/local/bin/pip \ && ln -s /usr/bin/python3 /usr/local/bin/python diff --git a/Dockerfile.local b/Dockerfile.local index d49df7db..b4513089 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -28,7 +28,7 @@ ENV DEBIAN_FRONTEND noninteractive # install packages RUN chmod 777 /tmp \ && apt-get update \ - && apt-get install -y curl git net-tools iputils-ping ntp ntpdate python3 python3-pip nginx wget \ + && apt-get install -y curl git net-tools iputils-ping ntp ntpdate python3 python3-pip nginx wget aptitude \ && ln -s /usr/bin/pip3 /usr/local/bin/pip \ && ln -s /usr/bin/python3 /usr/local/bin/python diff --git a/backend/scripts/install-java.sh b/backend/scripts/install-java.sh index c4138ff2..ccdf9bb3 100755 --- a/backend/scripts/install-java.sh +++ b/backend/scripts/install-java.sh @@ -5,7 +5,6 @@ touch /tmp/install-java.lock # install java apt-get update -apt-get install -y aptitude aptitude install -y default-jdk ln -s /usr/bin/java /usr/local/bin/java