mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
fix haraka dockerfile
This commit is contained in:
parent
2c62bc6e49
commit
f0994fd6ab
@ -1,4 +1,4 @@
|
||||
FROM node:17-alpine3.12
|
||||
FROM node:16-alpine3.12
|
||||
|
||||
ARG PORT=25
|
||||
|
||||
@ -29,6 +29,7 @@ RUN apk upgrade --update && \
|
||||
rm -rf /var/cache/apk/* /tmp/* ~/.pearrc
|
||||
|
||||
RUN apk add bash
|
||||
RUN apk add curl
|
||||
|
||||
# install software
|
||||
COPY haraka.sh /
|
||||
|
Loading…
Reference in New Issue
Block a user