Dockerfile: add missing apt update

This commit is contained in:
tobtoht 2021-01-14 17:40:46 +01:00
parent 75e137f0d0
commit 60e6f563c6
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ RUN apt-get update && \
libsodium-dev
RUN add-apt-repository ppa:git-core/ppa && \
apt-get update && \
apt-get install -y git && \
rm -rf /var/lib/apt/lists/*