mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-10 15:19:25 +00:00
Align glibc with Debian builder (#3034)
This commit is contained in:
parent
db8f8db8e8
commit
ba98da55a7
@ -27,7 +27,7 @@ RUN wget https://raw.githubusercontent.com/platformio/platformio-core-installer/
|
|||||||
source ~/.platformio/penv/bin/activate && \
|
source ~/.platformio/penv/bin/activate && \
|
||||||
./bin/build-native.sh
|
./bin/build-native.sh
|
||||||
|
|
||||||
FROM frolvlad/alpine-glibc
|
FROM frolvlad/alpine-glibc:glibc-2.31
|
||||||
|
|
||||||
RUN apk --update add --no-cache g++ shadow && \
|
RUN apk --update add --no-cache g++ shadow && \
|
||||||
groupadd -g 1000 mesh && useradd -ml -u 1000 -g 1000 mesh
|
groupadd -g 1000 mesh && useradd -ml -u 1000 -g 1000 mesh
|
||||||
|
Loading…
Reference in New Issue
Block a user