Newer
Older
LABEL "com.github.actions.description"=""
RUN apt-get update && \
apt-get install -y python-pip && \
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]
good morning!!!!
LABEL "com.github.actions.description"=""
RUN apt-get update && \
apt-get install -y python-pip && \
COPY entrypoint.sh /entrypoint.sh
CMD ["/entrypoint.sh"]