We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2518a commit 5844e82Copy full SHA for 5844e82
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