chore: install python2.7 for powerjob-worker-agent

This commit is contained in:
tjq 2021-03-21 21:10:08 +08:00
parent 93c19eae82
commit 88caf22c9f

View File

@ -7,6 +7,13 @@ ENV APP_NAME=powerjob-worker-agent
ENV PARAMS=""
ENV JVMOPTIONS=""
# 默认安装 python2.7
RUN apt-get update && \
apt-get install -y python \
&& apt-get clean \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/*
COPY powerjob-agent.jar /powerjob-agent.jar
# 暴露端口AKKA-Client
EXPOSE 27777