Skip to content

Commit

Permalink
feat: update git to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Aug 11, 2023
1 parent 169be66 commit 06299d8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (c) 2023 Lite XL Contributors
#
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -26,9 +26,13 @@ ADD libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb
# install deps
RUN apt-get update && apt-get upgrade && \
apt-get install -y sudo ccache curl wget python3.7 python3-pip build-essential \
zip unzip git cmake wayland-protocols libsdl2-dev && \
zip unzip git cmake wayland-protocols libsdl2-dev software-properties-common && \
python3.7 -m pip install meson ninja

# update git
RUN sudo add-apt-repository -y ppa:git-core/ppa && \
sudo apt-get update -y && sudo apt-get --with-new-pkgs upgrade -y git

# install libdecor
RUN dpkg --force-all -i libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb

0 comments on commit 06299d8

Please sign in to comment.