Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
4fa05058
Commit
4fa05058
authored
Nov 05, 2024
by
fuyanbin
Browse files
安装wine32
parent
52d82129
Pipeline
#60364
passed with stages
in 9 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
gitlab-runner/Dockerfile
View file @
4fa05058
...
...
@@ -22,7 +22,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
libfdt1
\
libprotobuf23
\
libprotobuf-dev
\
libc6-i386
\
openssh-client
\
&&
apt-get clean all
...
...
@@ -31,9 +30,11 @@ COPY tools/upload.sh /usr/bin
COPY
tools/upload /usr/bin
COPY
tools/obsutil/obsutil /usr/bin
COPY
tools/amlogic_tool/* /usr/bin
COPY
tools/allwinner/
*
/usr/bin
COPY
tools/allwinner/
imgrepacker
/usr/bin
COPY
tools/android-tools/* /usr/bin
COPY
gitlab-runner/entrypoint /entrypoint
#RUN apt install --no-install-recommends -y wine mono-complete && apt-get clean all
RUN
dpkg
--add-architecture
i386
&&
apt update
&&
DEBIAN_FRONTEND
=
noninteractive apt
install
--no-install-recommends
-y
wine32
&&
apt-get clean all
RUN
--mount
=
type
=
bind
,target
=
/tmp/mnt,source
=
./gitlab-runner bash
-c
'dpkg -i /tmp/mnt/gitlab-runner_amd64.deb'
WORKDIR
/
...
...
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