Align glibc with Debian builder (#3034)
This commit is contained in:
co-authored by
GitHub
parent
db8f8db8e8
commit
ba98da55a7
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user