change perms on /tmp in CI container

pull/32/head
Max Erenberg 1 year ago
parent 3e1af74f0c
commit a0cc29738b
  1. 2
      .drone.yml

@ -9,6 +9,8 @@ steps:
# unfortunately we have to do everything in one step because there's no
# way to share system packages between steps
commands:
# TODO: fix Drone
- chmod 1777 /tmp
# install dependencies
- apt update && apt install -y libkrb5-dev libpq-dev python3-dev
- python3 -m venv venv

Loading…
Cancel
Save