mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00: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,6 +1,9 @@
|
|||||||
FROM ubuntu:rolling
|
FROM ubuntu:rolling
|
||||||
LABEL maintainer "pschmied <ps1337@mailbox.org>"
|
LABEL maintainer "pschmied <ps1337@mailbox.org>"
|
||||||
|
|
||||||
|
# Prevent build fails because of interactive scripts when compiling
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
|
Loading…
Reference in New Issue
Block a user