Skip to content

Commit c38f340

Browse files
committed
Update cpp-container for Spring 2025
1 parent 141c65a commit c38f340

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:noble
22
LABEL title="CPP Container"
3-
LABEL version=0.1
3+
LABEL version=1.0
44
ENV GTEST_REPO=/googletest
55
ENV GTEST_DIR=${GTEST_REPO}/googletest
66
ENV WORKDIR=/usr/src
@@ -16,7 +16,9 @@ RUN apt-get update && \
1616
g++ \
1717
cmake \
1818
git-all \
19+
pmccabe \
1920
dos2unix
21+
RUN apt-get clean
2022

2123
# Setup GoogleTest
2224
RUN git clone --depth=1 https://github.com/google/googletest ${GTEST_REPO}

0 commit comments

Comments
 (0)