Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1b757dc

Browse files
committed
fix broken package upgrade
1 parent 2ce1d90 commit 1b757dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM ubuntu:focal
22
MAINTAINER info@cstan.io
33

44
# Install mplayer, alsa and Python stuff
5+
ENV DEBIAN_FRONTEND=noninteractive
56
RUN apt-get update && apt-get install -y mplayer alsa-base alsa-tools python3-pip python3-flask sqlite3 psmisc && apt-get clean
67

78
# create application directory

0 commit comments

Comments
 (0)