build: force rebuild with package installation fixes
Browse files- .buildtime +1 -0
- 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 \
|