mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
chore: install python2.7 for powerjob-worker-agent
This commit is contained in:
parent
93c19eae82
commit
88caf22c9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user