Skip to content

Commit

Permalink
Fix a couple of build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAquino-NextRoll committed Jun 24, 2024
1 parent 227fd47 commit 1a5ff80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM node:10.15.3-stretch
FROM node:10.16.3-buster

# AWS cli tools
RUN apt-get update && apt-get install -y \
build-essential \
python \
python-dev \
python-pip
RUN pip install PyYAML==5.3.1
RUN pip install awscli

# Copy and install frontend requirements
Expand Down

0 comments on commit 1a5ff80

Please sign in to comment.