Skip to content

Commit bd7a5b7

Browse files
pvizeliballoob
authored andcommitted
Fix tab/space
1 parent 02ad896 commit bd7a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.8
22

33
RUN \
44
&& apt-get update && apt-get install -y --no-install-recommends \
5-
software-properties-common \
5+
software-properties-common \
66
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
77
&& apt-get update && apt-get install -y --no-install-recommends \
88
libudev-dev \

0 commit comments

Comments
 (0)