diff --git a/Dockerfile b/Dockerfile index 4937138..447e38c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 -RUN apt-get upgrade -y && apt-get install -y --no-install-recommends \ +RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \ curl \ git \ jq \