diff --git a/ReyMotaAppsDj/Dockerfile b/ReyMotaAppsDj/Dockerfile index 7230039..9c38b65 100644 --- a/ReyMotaAppsDj/Dockerfile +++ b/ReyMotaAppsDj/Dockerfile @@ -48,7 +48,7 @@ RUN mkdir -p $APP_HOME WORKDIR $APP_HOME # install system dependencies -RUN apt-get update && apt-get install -y sqlite3 netcat vim procps +RUN apt-get update && apt-get install -y sqlite3 netcat vim procps curl jq COPY --from=builder /app/wheels /wheels COPY --from=builder /app/requirements.txt . diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index 59d5299..80b98fe 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -1,7 +1,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=registry.cube.local export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.34 +export IMG_VERSION = 0.35 export IMG_NGINX_VERSION = 1.0 # limpia todo