Merge pull request 'Dockerfile: add missing apt update' (#293) from tobtoht/feather:dockerfile_linux into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/293
This commit is contained in:
tobtoht 2021-01-14 16:41:28 +00:00
commit 518ce674e6
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/*