Skip to content

Commit

Permalink
added bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Dec 18, 2023
1 parent 9e5a18d commit 2e07fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-combiner
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM node:18-alpine3.19
LABEL org.opencontainers.image.authors="[email protected]"

# Install dependencies and upgrade OS packages
RUN apk add --no-cache python3 git && \
RUN apk add --no-cache python3 git bash && \
apk upgrade --no-cache

WORKDIR /celo-phone-number-privacy/
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-loadtest
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM node:18-alpine3.19
LABEL org.opencontainers.image.authors="[email protected]"

# Upgrade OS packages
RUN apk add --no-cache python3 git && \
RUN apk add --no-cache python3 git bash && \
apk upgrade --no-cache

WORKDIR /celo-phone-number-privacy/
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-signer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM node:18-alpine3.19
LABEL org.opencontainers.image.authors="[email protected]"

# Upgrade OS packages
RUN apk add --no-cache python3 git && \
RUN apk add --no-cache python3 git bash && \
apk upgrade --no-cache

WORKDIR /celo-phone-number-privacy/
Expand Down

0 comments on commit 2e07fd1

Please sign in to comment.