I hereby claim:
- I am hugorodgerbrown on github.
- I am hrb (https://keybase.io/hrb) on keybase.
- I have a public key ASA4RaG1OldI9iIlI7B9CV2cdzRhyesubIdsYvKn0rlmVAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Content taken from https://www.digitalocean.com/community/tutorials/how-to-enable-sftp-without-shell-access-on-ubuntu-16-04
Add a test user account to 'own' the uploads directory
sudo adduser testuser
Create the uploads directory
sudo mkdir -p /var/sftp/uploads
sudo chown root:root /var/sftp
# Stage: watchman | |
# Build watchman as a separate stage in the build process, as we do not want | |
# all the build dependencies to end up in the final image. | |
FROM python:3.7 AS watchman | |
ARG WATCHMAN_VERSION=v4.9.0 | |
ENV WATCHMAN_VERSION=${WATCHMAN_VERSION} | |
WORKDIR /tmp |
tap "heroku/brew" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
tap "homebrew/services" | |
tap "mutagen-io/mutagen" | |
tap "zkokaja/brewlet" | |
brew "git" | |
brew "graphviz" |