Skip to content

Commit

Permalink
merge latest from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Mar 25, 2024
1 parent 932736f commit b175e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine3.17
USER root

RUN apk update && apk upgrade
RUN apk update && apk upgrade && apk add g++ make py3-pip

WORKDIR /app
COPY ./package* ./
Expand Down

0 comments on commit b175e0c

Please sign in to comment.