adding flask protobuf

This commit is contained in:
2023-11-04 00:41:12 -03:00
parent ac8bff31f2
commit e8ae8935f2
8 changed files with 49 additions and 59 deletions

View File

@@ -2,7 +2,7 @@ FROM rust:latest
WORKDIR /app
RUN RUN apt-get update && apt-get -y install wget && \
RUN apt-get update && apt-get -y install wget && \
wget https://files.ivanch.me/api/public/dl/iFuXSNhw/small-image.png && \
wget https://files.ivanch.me/api/public/dl/81Bkht5C/big-image.png && \
wget https://files.ivanch.me/api/public/dl/nAndfAjK/video.mp4 && \