Downgrade to Ubuntu 14.04

This commit is contained in:
Janek Bevendorff 2017-01-29 02:23:55 +01:00
parent bd2edea1c9
commit e94dc226b5
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -14,14 +14,16 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM ubuntu:16.04
FROM ubuntu:14.04
RUN set -x && apt-get update
RUN set -x \
&& apt-get update \
&& apt-get install --yes \
g++ \
cmake \
libgcrypt20-dev \
qtbase5-dev \
qttools5-dev \
qttools5-dev-tools \
libmicrohttpd-dev \
libqt5x11extras5-dev \