Browse Source

Añado jq a la imagen

politica
creylopez 9 months ago
parent
commit
51e7c3af63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      JugarAlPadel/Dockerfile

+ 1
- 1
JugarAlPadel/Dockerfile View File

@ -46,7 +46,7 @@ RUN mkdir -p $APP_HOME
WORKDIR $APP_HOME WORKDIR $APP_HOME
# install system dependencies # install system dependencies
RUN apt-get update && apt-get install -y sqlite3 netcat vim curl
RUN apt-get update && apt-get install -y sqlite3 netcat vim curl jq
COPY --from=builder /app/wheels /wheels COPY --from=builder /app/wheels /wheels
COPY --from=builder /app/requirements.txt . COPY --from=builder /app/requirements.txt .


Loading…
Cancel
Save