Skip to content

Commit

Permalink
Merge pull request #103 from AdRoll/fix-build-errors
Browse files Browse the repository at this point in the history
Fix a couple of build errors
  • Loading branch information
JonathanAquino-NextRoll authored Jun 24, 2024
2 parents 227fd47 + 1a5ff80 commit 15bb17a
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 15bb17a

Please sign in to comment.