Commit 4fa05058 authored by fuyanbin's avatar fuyanbin
Browse files

安装wine32

parent 52d82129
Pipeline #60364 passed with stages
in 9 seconds
......@@ -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 /
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment