Add apt update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-23 13:09:46 +02:00
parent 839a46b213
commit 08524baf72
1 changed files with 1 additions and 1 deletions

View File

@ -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 \