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 e198539 commit 35e2a6aCopy full SHA for 35e2a6a
e2e-tests/docker/pbm.dockerfile
@@ -9,7 +9,7 @@ WORKDIR /build
9
RUN mkdir -p /data/db
10
11
COPY --from=mongo_image /bin/mongod /bin/
12
-RUN dnf install epel-release && dnf update && dnf install make gcc krb5-devel iproute-tc libfaketime
+RUN dnf install epel-release && dnf update && dnf install make gcc krb5-devel iproute-tc libfaketime bash-completion
13
14
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
15
curl -sL -o /tmp/golang.tar.gz https://go.dev/dl/go1.23.2.linux-${arch}.tar.gz && \
@@ -21,3 +21,5 @@ FROM base-build
21
COPY . .
22
23
RUN make build-tests && cp /build/bin/* /bin/
24
+RUN pbm completion bash > /etc/bash_completion.d/pbm
25
+RUN useradd -u 1001 user
0 commit comments