Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1cc410e3a0
|
|||
|
534d6b4381
|
@@ -2,9 +2,7 @@ name: Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: master
|
||||||
- master
|
|
||||||
- test
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
FROM debian:buster-slim as BuildContainer
|
FROM debian:bookworm-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:buster-slim
|
FROM debian:bookworm-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