Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca52175fb0 | |||
| 41b5338b91 |
@@ -2,7 +2,9 @@ name: Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches:
|
||||||
|
- master
|
||||||
|
- test
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
FROM debian:bookworm-slim as BuildContainer
|
FROM debian:buster-slim as BuildContainer
|
||||||
RUN apt update && apt install wget -y
|
RUN apt update && apt install wget -y
|
||||||
RUN mkdir /usr/src/ooklaserver
|
RUN mkdir /usr/src/ooklaserver
|
||||||
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && chmod a+x ooklaserver.sh
|
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && chmod a+x ooklaserver.sh
|
||||||
RUN ./ooklaserver.sh install -f -i /usr/src/ooklaserver
|
RUN ./ooklaserver.sh install -f -i /usr/src/ooklaserver
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:buster-slim
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 5060
|
EXPOSE 5060
|
||||||
RUN useradd -M -r -s /sbin/nologin -u 4711 ookla
|
RUN useradd -M -r -s /sbin/nologin -u 4711 ookla
|
||||||
|
|||||||
Reference in New Issue
Block a user