Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
AStA
Copyclient Desktop
Commits
d8c4c8bc
Commit
d8c4c8bc
authored
Nov 05, 2020
by
Leon Tappe
🔥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile
parent
be1f1621
Pipeline
#10649
failed with stage
in 4 minutes and 53 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+15
-9
No files found.
.gitlab-ci.yml
View file @
d8c4c8bc
image
:
astait/copyclient_build_core:0.
1.1
image
:
astait/copyclient_build_core:0.
2.0
cache
:
key
:
"
$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
...
...
Dockerfile
View file @
d8c4c8bc
FROM
ubuntu:latest
RUN
dpkg
--add-architecture
i386
&&
\
apt update
&&
\
apt
install
-y
apt-transport-https curl gnupg git rpm make jq
sed
binutils wine-stable wine32 nsis bsdtar
&&
\
curl
-sL
https://deb.nodesource.com/setup_13.x | bash -
&&
\
apt
install
-y
nodejs
&&
\
sh
-c
'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
&&
\
sh
-c
'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_unstable.list'
&&
\
apt update
&&
\
apt
install
-y
dart
# set timezone info so apt can run without prompts
ENV
TZ="Europe/Berlin"
RUN
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
echo
$TZ
>
/etc/timezone
RUN
dpkg
--add-architecture
i386
&&
apt update
RUN
apt
install
-y
apt-transport-https curl gnupg git
RUN
apt
install
-y
rpm make jq
sed
binutils libarchive-tools libc6:i386
RUN
apt
install
-y
wine-stable
RUN
apt
install
-y
wine32
RUN
apt
install
-y
nsis
RUN
curl
-sL
https://deb.nodesource.com/setup_13.x | bash -
RUN
apt
install
-y
nodejs
RUN
sh
-c
'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
RUN
sh
-c
'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
RUN
apt update
&&
apt
install
-y
dart
ENV
HOME="/root"
ENV
PATH="/usr/lib/dart/bin:$HOME/.pub-cache/bin:${PATH}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment