Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Adding `less` to image for pager output. Required by `gsutil`.
  • Loading branch information
wtgee authored Nov 13, 2020
1 parent 9842c20 commit c02070a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ USER root
RUN apt-get update && apt-get install --no-install-recommends --yes \
gcc \
gphoto2 \
less \
udev

# Install program dependencies.
Expand Down

0 comments on commit c02070a

Please sign in to comment.