Skip to content

Commit d879c2f

Browse files
committed
Cleanup gitfs dependencies
1 parent fcf8a4d commit d879c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline:
77
- PIP_DOWNLOAD_CACHE=/tmp/pip_download_cache
88
- DEBIAN_FRONTEND=noninteractive
99
commands:
10-
- apt-get update && apt-get install -qy build-essential python-pip python-virtualenv python-dev software-properties-common python-software-properties libfuse-dev fuse git libffi-dev python3.7-dev libgit2 libgit2-dev libgit2 libgit2-dev
10+
- apt update && apt install -qy build-essential python-pip python-virtualenv python-dev software-properties-common libfuse-dev fuse git libffi-dev python3.7-dev libgit2-dev
1111
- sudo chmod 660 /dev/fuse
1212
- echo user_allow_other | sudo tee -a /etc/fuse.conf > /dev/null
1313
- sudo chmod 644 /etc/fuse.conf

0 commit comments

Comments
 (0)