Severian commited on
Commit
cfa129e
1 Parent(s): c3121a2

build: force rebuild with package installation fixes

Browse files
Files changed (2) hide show
  1. .buildtime +1 -0
  2. Dockerfile +1 -1
.buildtime ADDED
@@ -0,0 +1 @@
 
 
1
+ 1731529699
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ENV NODE_OPTIONS="--max_old_space_size=4096" \
15
 
16
  # Install base system dependencies
17
  RUN apt-get update && \
18
- apt-get install -y --no-install-recommends \
19
  tzdata \
20
  git \
21
  curl \
 
15
 
16
  # Install base system dependencies
17
  RUN apt-get update && \
18
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
19
  tzdata \
20
  git \
21
  curl \