We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a2f9b3 + 5844e82 commit add9eafCopy full SHA for add9eaf
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.4
2
3
-RUN apk add --update gcc libc-dev bison flex readline-dev zlib-dev perl make diffutils gdb iproute2
+RUN apk add --update gcc libc-dev bison flex readline-dev zlib-dev perl make diffutils gdb iproute2 musl-dbg
4
5
# there is already accidental postgres user in alpine
6
# RUN addgroup pg && adduser -h /pg -D -G pg pg
0 commit comments