Skip to content

Commit db034e8

Browse files
committed
bump versions
1 parent 58130fe commit db034e8

File tree

2 files changed

+4005
-3100
lines changed

2 files changed

+4005
-3100
lines changed

docker/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:11.1.0-alpine
1+
FROM node:18.17-alpine
22

3-
RUN apk add nss git openjdk8-jre openjdk8 maven python alpine-sdk libxml2-dev yarn g++ gcc bash raptor2 jq
3+
RUN apk add nss git openjdk8-jre openjdk8 maven python3 alpine-sdk libxml2-dev yarn g++ gcc bash raptor2 jq curl
44

55
WORKDIR /synbiohub
66
COPY . .
@@ -29,6 +29,8 @@ RUN ln -s /mnt/config/config.local.json ./config.local.json && \
2929
ln -s /mnt/data/logs . && \
3030
ln -s /mnt/data/icons public/.
3131

32+
RUN apk del git openjdk8 maven alpine-sdk libxml2-dev g++ gcc raptor2 jq
33+
3234
EXPOSE 7777
3335

3436
HEALTHCHECK --start-period=60s CMD ["node", "healthcheck.js"]

0 commit comments

Comments
 (0)