Alexandre
2024-03-14 22:15:21 +01:00
committed by GitHub
parent f469ac2e93
commit 45aa2ccebb

View File

@@ -27,6 +27,8 @@ FROM $BUILD_FROM
# Copy Portainer agent binaries # Copy Portainer agent binaries
COPY --from=original_agent /app /app COPY --from=original_agent /app /app
RUN apk add --no-cache tzdata
################## ##################
# 2 Modify Image # # 2 Modify Image #
################## ##################