mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
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:
commit
518ce674e6
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ RUN apt-get update && \
|
||||||
libsodium-dev
|
libsodium-dev
|
||||||
|
|
||||||
RUN add-apt-repository ppa:git-core/ppa && \
|
RUN add-apt-repository ppa:git-core/ppa && \
|
||||||
|
apt-get update && \
|
||||||
apt-get install -y git && \
|
apt-get install -y git && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue