Skip to content
Snippets Groups Projects
Commit 9a74f97b authored by Francesco Salemi's avatar Francesco Salemi
Browse files

Final changes for buster v1.11

parent 50dcadf9
No related branches found
Tags buster_v1.11
No related merge requests found
......@@ -19,9 +19,13 @@ RUN apt-get update -qq \
&& openssl md5 -sha256 lscsoft-archive-keyring_2016.06.20-2_all.deb \
&& dpkg -i lscsoft-archive-keyring_2016.06.20-2_all.deb \
&& apt-get update \
&& apt-get -y install --no-install-recommends $(cat lscsoft_packages) \
&& apt-get -y install $(cat lscsoft_packages) \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& rm -rf /packages /var/lib/apt/lists/*
&& rm -rf /packages /var/lib/apt/lists/*
# && wget https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt \
#&& sudo cp ca-bundle.crt /usr/local/share/ca-certificates/ca-bundle.crt \
#&& update-ca-certificates \
#&& update-ca-certificates --fresh
#Build root from scratch (it takes a while!)
#RUN cd /tmp \
......
autoconf
automake
binutils
ca-certificates
cmake
curl
fonts-freefont-ttf
......@@ -22,6 +24,7 @@ liblz4-dev
liblzma-dev
libpng-dev
libqt4-dev
libtool
libx11-dev
libxext-dev
libxft-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment