it's working?
This commit is contained in:
@@ -181,6 +181,8 @@ CMD ["/usr/local/bin/attune-worker"]
|
||||
# ============================================================================
|
||||
FROM debian:${DEBIAN_VERSION}-slim AS worker-node
|
||||
|
||||
ARG NODE_VERSION=20
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
libssl3 \
|
||||
@@ -220,6 +222,8 @@ CMD ["/usr/local/bin/attune-worker"]
|
||||
# ============================================================================
|
||||
FROM debian:${DEBIAN_VERSION} AS worker-full
|
||||
|
||||
ARG NODE_VERSION=20
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
libssl3 \
|
||||
|
||||
Reference in New Issue
Block a user