mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
fix-missing
This commit is contained in:
parent
bbee7b1ccc
commit
5dd3370096
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue