FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
darktable/.gitpod.Dockerfile at master · esq4/darktable · GitHub
esq4
/
darktable
Public
forked from
darktable-org/darktable
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
darktable
/
.gitpod.Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
71 lines (67 loc) · 1.57 KB
Breadcrumbs
darktable
/
.gitpod.Dockerfile
Copy path
File metadata and controls
71 lines (67 loc) · 1.57 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
FROM
gitpod/workspace-full-vnc
#
Install eatmydata package
RUN
sudo apt-get update && \
sudo apt-get install -y eatmydata && \
sudo rm -rf /var/lib/apt/lists/*
ENV
CC=
"clang-15"
ENV
CXX=
"clang++-15"
#
Install compiler packages
RUN
sudo apt-get update && \
sudo eatmydata apt-get -y install \
clang-15 libomp-15-dev llvm-15-dev libc++-15-dev libc++abi1-15 lld-15 clang-tools-15 mlir-15-tools libmlir-15-dev cmake && \
sudo rm -rf /var/lib/apt/lists/*
#
Install Base Dependencies
RUN
sudo apt-get update && \
sudo eatmydata apt-get -y install \
build-essential \
appstream-util \
desktop-file-utils \
gettext \
git \
gdb \
intltool \
libatk1.0-dev \
libavif-dev \
libcairo2-dev \
libcolord-dev \
libcolord-gtk-dev \
libcmocka-dev \
libcups2-dev \
libcurl4-gnutls-dev \
libexiv2-dev \
libgdk-pixbuf2.0-dev \
libglib2.0-dev \
libgmic-dev \
libgphoto2-dev \
libgraphicsmagick1-dev \
libgtk-3-dev \
libheif-dev \
libjpeg-dev \
libjson-glib-dev \
liblcms2-dev \
liblensfun-dev \
liblua5.4-dev \
libopenexr-dev \
libopenjp2-7-dev \
libosmgpsmap-1.0-dev \
libpango1.0-dev \
libpng-dev \
libportmidi-dev \
libpugixml-dev \
librsvg2-dev \
libsaxon-java \
libsdl2-dev \
libsecret-1-dev \
libsqlite3-dev \
libtiff5-dev \
libwebp-dev \
libx11-dev \
libxml2-dev \
libxml2-utils \
ninja-build \
perl \
po4a \
python3-jsonschema \
xsltproc \
zlib1g-dev && \
sudo rm -rf /var/lib/apt/lists/*
Back
|
FazBrowse Home
|
New Git URL