This commit is contained in:
		@@ -57,7 +57,7 @@ RUN arm-linux-gnueabi-gcc -Wall -static -static-libgcc -o /uboot_tool /uboot.c
 | 
				
			|||||||
FROM alpine:3.14
 | 
					FROM alpine:3.14
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk update && \
 | 
					RUN apk update && \
 | 
				
			||||||
    apk add automake build-base git autoconf confuse-dev linux-headers \
 | 
					    apk add automake build-base git autoconf confuse-dev linux-headers sudo \
 | 
				
			||||||
            findutils mtools e2fsprogs-extra alpine-sdk dosfstools uboot-tools && \
 | 
					            findutils mtools e2fsprogs-extra alpine-sdk dosfstools uboot-tools && \
 | 
				
			||||||
    rm -rf /var/cache/apk/*
 | 
					    rm -rf /var/cache/apk/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user