Skip to content

Commit 4bbbac1

Browse files
add debug logs
1 parent ac11d4a commit 4bbbac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ COPY . .
1313

1414
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
1515

16+
RUN echo "VERSION: $(python3 --version)"
17+
1618
RUN npm run install:libmongocrypt
1719

1820
ARG RUN_TEST

0 commit comments

Comments
 (0)