Skip to content

Commit

Permalink
fix: skip keyboard-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 7, 2024
1 parent 6d44518 commit 2905927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bionic-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG TAG=18.04
FROM ${REPO}:${TAG}

ARG DEBIAN_FRONTEND=noninteractive
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Disable user so it can run on GH (VSCodium)
# RUN groupadd --gid 1000 builduser \
Expand Down

0 comments on commit 2905927

Please sign in to comment.