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 5132a94 commit dd8c61dCopy full SHA for dd8c61d
Dockerfile
@@ -42,8 +42,8 @@ ENV BUILD_PKG="${BUILDPKG}"
42
# incurs approximately 1:30 extra build time (1:54 vs 0:27) to install packages. Doesn't impact
43
# development as these layers are drawn from cache after the first build.
44
RUN apk update \
45
- && apk add musl-dev=1.1.24-r10 \
46
- && apk add gcc=9.3.0-r2
+ && apk add musl-dev=1.2.3-r2 \
+ && apk add gcc=11.2.1_git20220219-r2
47
48
# Set up source for compilation
49
RUN mkdir -p /go/src/github.com/go-spatial/tegola
0 commit comments