fix-missing

This commit is contained in:
Jackson Delahunt 2019-02-12 12:22:39 +11:00
parent bbee7b1ccc
commit 5dd3370096

View file

@ -2,7 +2,7 @@ FROM stemn/development-environment:latest
USER root
# Install user utilities
RUN apt-get install -qq \
RUN apt-get update -qq && apt-get install -qq --fix-missing \
feh \
software-properties-common \
vcsh \