mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
lsof is not needed anymore
This commit is contained in:
parent
e9e705b763
commit
49fe1e02c4
3 changed files with 2 additions and 49 deletions
|
|
@ -25,8 +25,8 @@ LABEL shadowbox.outline-ss-server_version="${SS_VERSION}"
|
|||
ARG GITHUB_RELEASE
|
||||
LABEL shadowbox.github.release="${GITHUB_RELEASE}"
|
||||
|
||||
# lsof for Shadowbox, curl for detecting our public IP.
|
||||
RUN apk add --no-cache lsof curl
|
||||
# We use curl to detect the server's public IP.
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
COPY src/shadowbox/scripts scripts/
|
||||
COPY src/shadowbox/scripts/update_mmdb.sh /etc/periodic/weekly/update_mmdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue