Skip to content

Commit

Permalink
chore: add noninteractive option to allow the image to build
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jul 6, 2023
1 parent 177e91c commit f9480e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:focal as app
# System requirements

RUN apt-get update && \
apt-get upgrade -qy && apt-get install language-pack-en locales git \
apt-get upgrade -qy && DEBIAN_FRONTEND=noninteractive apt-get install language-pack-en locales git \
python3.8-dev python3-virtualenv libmysqlclient-dev libssl-dev build-essential pkg-config wget unzip -qy && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f9480e5

Please sign in to comment.