mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Update dockerfile
This commit is contained in:
parent
f98d4d5b38
commit
fc3981d3b5
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ FROM ubuntu:16.04
|
|||
RUN apt-get -y update
|
||||
# Install dependecies
|
||||
RUN apt-get install -y python3 libzbar-dev gnome-screenshot gnome-keyring git python-gobject
|
||||
RUN pip install python-pyotp python-yaml python-pillow zbarlight setuptools
|
||||
RUN pip install pyotp pyaml Pillow zbarlight setuptools
|
||||
RUN pip install ninja
|
||||
# Install latest git version of meson
|
||||
RUN git clone https://github.com/mesonbuild/meson && && cd ./meson && python3 setup.py install
|
||||
# Build Gnome-TwoFactorAuth usinn Meson
|
||||
RUN git clone https://github.com/bil-elmoussaoui/Gnome-TwoFactorAuth && cd ./Gnome-TwoFactorAuth
|
||||
RUN git clone https://github.com/bil-elmoussaoui/Gnome-Authenticator && cd ./Gnome-Authenticator
|
||||
RUN mkdir build && cd ./build
|
||||
RUN meson .. && ninja && sudo ninja install
|
||||
|
||||
CMD gnome-twofactorauth
|
||||
CMD gnome-authenticator
|
||||
|
|
Loading…
Add table
Reference in a new issue