We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316c6cf commit 66bee2dCopy full SHA for 66bee2d
scripts/docker/Dockerfile
@@ -1,5 +1,5 @@
1
ARG docker_arch
2
-FROM ${docker_arch}/alpine:latest
+FROM ${docker_arch}/alpine:3.20
3
4
# includes dependencies from https://git.alpinelinux.org/aports/tree/main/fuse3/APKBUILD
5
RUN apk add --no-cache \
src/runtime/Makefile
CC = gcc
-CFLAGS = -std=gnu99 -Os -D_FILE_OFFSET_BITS=64 -DGIT_COMMIT=\"${GIT_COMMIT}\" -T data_sections.ld -ffunction-sections -fdata-sections -Wl,--gc-sections -static -Wall -Werror -fPIE
+CFLAGS = -std=gnu99 -Os -D_FILE_OFFSET_BITS=64 -DGIT_COMMIT=\"${GIT_COMMIT}\" -T data_sections.ld -ffunction-sections -fdata-sections -Wl,--gc-sections -static -Wall -Werror
LIBS = -lsquashfuse -lsquashfuse_ll -lzstd -lz -lfuse3
all: runtime
0 commit comments