mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Do apt update before upgrade
This commit is contained in:
parent
d83ffd8984
commit
9b3a649f17
@ -14,7 +14,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
|
|||||||
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
|
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
|
||||||
&& chmod 0440 /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
|
RUN pip3 install pylint black
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user