Skip to content

Commit e5573b4

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

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Containerfile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,16 @@ 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 \
161+
libboost-test1.83.0 \
163162
libcap2-bin \
164163
libedit2 \
165164
libldap-common \

0 commit comments

Comments
 (0)