mirror of
https://github.com/rizinorg/cutter
synced 2026-08-11 16:23:06 -04:00
docker/Dockerfile: Make build noninteractive (#1500)
This fixes an issue related to #1138 where the image build was not passing
This commit is contained in:
parent
72a9319386
commit
82bf2b011f
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
FROM ubuntu:rolling
|
||||
LABEL maintainer "pschmied <ps1337@mailbox.org>"
|
||||
|
||||
# Prevent build fails because of interactive scripts when compiling
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
# Dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get -y install \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue