mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Downgrade to Ubuntu 14.04
This commit is contained in:
parent
bd2edea1c9
commit
e94dc226b5
@ -14,14 +14,16 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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 \
|
RUN set -x \
|
||||||
|
&& apt-get update \
|
||||||
&& apt-get install --yes \
|
&& apt-get install --yes \
|
||||||
|
g++ \
|
||||||
cmake \
|
cmake \
|
||||||
libgcrypt20-dev \
|
libgcrypt20-dev \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
|
qttools5-dev \
|
||||||
qttools5-dev-tools \
|
qttools5-dev-tools \
|
||||||
libmicrohttpd-dev \
|
libmicrohttpd-dev \
|
||||||
libqt5x11extras5-dev \
|
libqt5x11extras5-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user