mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
update debian base images
This commit is contained in:
parent
8bda189dc7
commit
13626a534f
@ -1,4 +1,4 @@
|
||||
FROM balenalib/aarch64-debian-node:12-buster-build as builder
|
||||
FROM balenalib/aarch64-debian-node:12.16-buster-build as builder
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install python
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.6-buster-build as builder
|
||||
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.18-buster-build as builder
|
||||
RUN apt-get update
|
||||
RUN apt-get install -yq --no-install-recommends git curl python
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923479
|
||||
@ -21,7 +21,7 @@ RUN \
|
||||
npm i && \
|
||||
rm -rf node_modules/ext2fs/deps node_modules/ext2fs/test
|
||||
|
||||
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.6-buster
|
||||
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.18-buster
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y stress htop dcfldd && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user