chore: apt-get upgrade needs -y (#335)
This commit is contained in:
parent
ec76c2a7ed
commit
73520f4df5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ ENV OTEL_ENABLE=false
|
|||
ENV ARCADE_WORK_DIR=/app
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get upgrade && apt-get install -y \
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
||||
libssl-dev \
|
||||
python3-dev \
|
||||
curl \
|
||||
|
|
|
|||
Loading…
Reference in a new issue