Skip to content

Commit

Permalink
#28 Edited the correct dockerfile...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Maher committed Feb 24, 2021
1 parent aba4b51 commit 4872ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM python:3

RUN apt-get update
RUN apt-get install -y --no-install-recommends g++ ffmpeg cifs-utils
RUN apt-get install -y --no-install-recommends ffmpeg cifs-utils
ENV PYTHONUNBUFFERED 1
ENV TZ=Australia/Melbourne

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM balenalib/%%BALENA_MACHINE_NAME%%-python:3.7.4-buster-run

RUN apt-get update
RUN apt-get install -y --no-install-recommends ffmpeg cifs-utils
RUN apt-get install -y --no-install-recommends g++ ffmpeg cifs-utils
ENV PYTHONUNBUFFERED 1

# copying requirements separately means they are only installed when the file changes
Expand Down

0 comments on commit 4872ca5

Please sign in to comment.