diff --git a/dockerfile/imapsync-dockerfile b/dockerfile/imapsync-dockerfile index a3297ba..d174d47 100644 --- a/dockerfile/imapsync-dockerfile +++ b/dockerfile/imapsync-dockerfile @@ -3,7 +3,7 @@ FROM debian:latest RUN apt update RUN apt upgrade -y RUN apt install -y git make gcc -RUN apt install -y apt-file cpanminus libc6-dev libssl-dev python3 python3-pip python3-dotenv +RUN apt install -y apt-file cpanminus libc6-dev libssl-dev python3 python3-pip python3-dotenv libio-socket-inet6-perl RUN apt install -y libperl-dev zlib1g-dev libnet-ssleay-perl RUN cpanm App::cpanminus Authen::NTLM CGI Compress::Zlib Crypt::OpenSSL::RSA Data::Dumper Data::Uniqid Dist::CheckConflicts Encode Encode::IMAPUTF7 File::Copy::Recursive File::Tail IO::Socket::INET IO::Socket::INET6 IO::Socket::SSL IO::Tee JSON JSON::WebToken LWP::UserAgent Mail::IMAPClient Module::ScanDeps PAR::Packer Pod::Usage Readonly Regexp::Common Sys::MemInfo Term::ReadKey Test::MockObject Test::More Test::Pod Unicode::String; exit 0 RUN apt install -y libproc-processtable-perl python3-requests iputils-ping @@ -17,6 +17,6 @@ RUN mkdir /app WORKDIR /app/ COPY ../python_scripte/imapsync.py . COPY ../python_scripte/.env . -ENTRYPOINT [ "python3", "/app/imapsync.py" ] +ENTRYPOINT [ "python3","-u", "/app/imapsync.py" ] #RUN impasync-script \ No newline at end of file