We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049925f commit fd9fc92Copy full SHA for fd9fc92
.github/workflows/docker.yml
@@ -3,7 +3,7 @@ name: Docker Image CI
3
on:
4
push:
5
paths:
6
- - 'Dockerfile.*'
+ - 'docker/Dockerfile.*'
7
- 'toolchains/*'
8
workflow_dispatch:
9
docker/Dockerfile.env
@@ -1,8 +1,11 @@
1
FROM ghcr.io/smartobjectoriented/so3-toolchains
2
+ENV DEBIAN_FRONTEND=noninteractive
+ENV TZ=UTC
+
RUN dpkg --add-architecture i386
RUN apt update
-RUN apt install libc6:i386 libncurses5:i386 libstdc++6:i386 -y
+RUN apt install libc6:i386 libncurses6:i386 libstdc++6:i386 -y
RUN apt install lib32z1-dev -y
10
RUN apt install zlib1g:i386 -y
11
RUN apt install pkg-config libgtk2.0-dev bridge-utils -y
0 commit comments