Skip to content

Commit

Permalink
Devcontainer: Ignore hadolint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed May 14, 2024
1 parent 3340b4f commit 38029cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
FROM ubuntu:22.04

# Allow to build/run cross-platform containers
# hadolint ignore=DL3005,DL3008
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install binfmt-support -y --no-install-recommends && \
rm -rf /var/lib/apt/lists/*

# Add zsh
# hadolint ignore=DL3005,DL3008
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install zsh -y && \
Expand Down

0 comments on commit 38029cf

Please sign in to comment.