Skip to content

Commit

Permalink
ci(devcontainer): Remove unnecessary DEBIAN_FRONTEND variable
Browse files Browse the repository at this point in the history
as `-y` is enough for our prompts.
  • Loading branch information
philipp-caspers authored and AiyionPrime committed Jul 8, 2024
1 parent 62e0e9f commit 48067ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ros:humble
FROM ros@sha256:0dd6b5d4a9b113e543f8b3ea1d837e2bbf20e706398c3dd4bea5b245a4a8ec1e
ARG DEBIAN_FRONTEND=noninteractive

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 48067ad

Please sign in to comment.