Skip to content

Commit ce7f5c8

Browse files
Update Dockerfile
1 parent 7b6ac27 commit ce7f5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /usr/src/app
3535
COPY . .
3636

3737
# Set the working directory
38-
RUN meson setup -Dwith_test=enable builddir
38+
RUN meson setup -Dwith_test=enabled builddir
3939
RUN meson compile -C builddir
4040
RUN meson test -C builddir
4141
RUN meson install -C builddir

0 commit comments

Comments
 (0)