mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Dockerfile: add missing apt update
This commit is contained in:
parent
75e137f0d0
commit
60e6f563c6
1 changed files with 1 additions and 0 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue