Skip to content

Commit

Permalink
Fix Docker container by copying entrypoint in place (#2386)
Browse files Browse the repository at this point in the history
#2373 (comment)

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng authored Mar 24, 2022
1 parent 75eddc8 commit ad71f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG RUN_UID=0
ARG RUN_GID=0

COPY . /tmp/motioneye
COPY extra/entrypoint.sh /entrypoint.sh

RUN case "$(dpkg --print-architecture)" in \
'armhf') PACKAGES='python3-distutils'; printf '%b' '[global]\nextra-index-url=https://www.piwheels.org/simple/\n' > /etc/pip.conf;; \
Expand Down

0 comments on commit ad71f20

Please sign in to comment.