Skip to content

Commit 47f2bf2

Browse files
committed
fixing typo
1 parent 98375b3 commit 47f2bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN microdnf update \
3838
&& microdnf clean all && \
3939
rm -rf /var/cache/yum
4040

41-
# hadolint igonore=DL3042
41+
# hadolint ignore=DL3042
4242
RUN python3 -m venv /stackable/app \
4343
&& source /stackable/app/bin/activate \
4444
&& pip install \

0 commit comments

Comments
 (0)