Skip to content

Commit

Permalink
Update order
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad9970 committed Dec 1, 2023
1 parent 4509875 commit acd4b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG NODE_VERSION=20.0.0
ARG RUBY_VERSION=3.2.2

# Application build packages
ENV BUILD_PACKAGES npm ca-certificates build-base libpq-dev git tzdata curl
ENV BUILD_PACKAGES build-base ca-certificates curl git libpq-dev npm tzdata

# Pull in the nodejs image
FROM node:${NODE_VERSION}-alpine AS node
Expand Down

0 comments on commit acd4b24

Please sign in to comment.