Skip to content

Commit 8ea1112

Browse files
committed
don't install boost dev in the final image
1 parent 3bf1e6e commit 8ea1112

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Containerfile

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,15 @@ RUN apt-get update && \
149149
curl \
150150
dumb-init \
151151
file \
152-
libboost1.83-dev \
153-
libboost-context1.83-dev \
154-
libboost-coroutine1.83-dev \
155-
libboost-date-time1.83-dev \
156-
libboost-filesystem1.83-dev \
157-
libboost-iostreams1.83-dev \
158-
libboost-program-options1.83-dev \
159-
libboost-regex1.83-dev \
160-
libboost-system1.83-dev \
161-
libboost-thread1.83-dev \
162-
libboost-test1.83-dev \
152+
libboost-context1.83.0 \
153+
libboost-coroutine1.83.0 \
154+
libboost-date-time1.83.0 \
155+
libboost-filesystem1.83.0 \
156+
libboost-iostreams1.83.0 \
157+
libboost-program-options1.83.0 \
158+
libboost-regex1.83.0 \
159+
libboost-system1.83.0 \
160+
libboost-thread1.83.0 \
163161
libcap2-bin \
164162
libedit2 \
165163
libldap-common \

0 commit comments

Comments
 (0)