Skip to content

Commit e2da62f

Browse files
committed
fix syntax
1 parent f21e786 commit e2da62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-profiling

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=unset
33
# hadolint ignore=DL3006
44
FROM ${BASE_IMAGE}
55

6-
RUN <<<EOF
6+
RUN <<EOF
77
pip install --no-cache-dir --prefer-binary \
88
memray \
99
pytest \

0 commit comments

Comments
 (0)