Skip to content

Commit ff508d0

Browse files
committed
Fix: Add hadolint ignore comment for Dockerfile line 6
Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent 17cbdc5 commit ff508d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
22

33
# Install essential packages
4+
# hadolint ignore=DL3008
45
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
56
&& apt-get -y install --no-install-recommends \
67
curl \

0 commit comments

Comments
 (0)