mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
Do apt update before upgrade
This commit is contained in:
parent
3b695040d1
commit
e810606317
@ -14,7 +14,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
|
||||
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
|
||||
&& chmod 0440 /etc/sudoers.d/$USERNAME
|
||||
|
||||
RUN apt-get install -y git curl vim htop
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y git curl vim htop
|
||||
|
||||
RUN pip3 install pylint black
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user