mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-26 07:30:53 -04:00
Downgrade to Ubuntu 14.04
This commit is contained in:
parent
bd2edea1c9
commit
e94dc226b5
1 changed files with 5 additions and 3 deletions
|
@ -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 \
|
||||||
|
@ -32,7 +34,7 @@ RUN set -x \
|
||||||
file \
|
file \
|
||||||
fuse \
|
fuse \
|
||||||
python
|
python
|
||||||
|
|
||||||
VOLUME /keepassxc/src
|
VOLUME /keepassxc/src
|
||||||
VOLUME /keepassxc/out
|
VOLUME /keepassxc/out
|
||||||
WORKDIR /keepassxc
|
WORKDIR /keepassxc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue