Skip to content

Commit

Permalink
fix LegacyKeyValueFormat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent ee2139d commit 6a44109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/container_template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:24.04

ENV TZ=Europe
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

WORKDIR /tmp
COPY /scripts/apt_get_essential.sh .
Expand Down

0 comments on commit 6a44109

Please sign in to comment.