Browse Source

Remove unused packages

feature/nightly-build
Matthew Faltys 5 years ago
parent
commit
f8461b6854
  1. 7
      deps/Dockerfile

7
deps/Dockerfile vendored

@ -67,7 +67,12 @@ RUN git clone https://github.com/ovh/ovh-ttyrec && \
RUN rm -rf ovh-ttyrec/ RUN rm -rf ovh-ttyrec/
RUN DEBIAN_FRONTEND=noninteractive apt-get remove -y\ RUN DEBIAN_FRONTEND=noninteractive apt-get remove -y\
make \ make \
git git \
autoconf \
bison \
bsdmainutils \
flex \
groff
# copy in files # copy in files
COPY config.gcfg / COPY config.gcfg /

Loading…
Cancel
Save