Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix: Don't make image build wait for manual config of tzdata #542

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal as app

# System requirements.
RUN apt-get update
RUN apt-get install -qy \
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qy \
git-core \
language-pack-en \
build-essential \
Expand Down
Loading