Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
 MarkupSafe needs to be a specific version  (marcilio/aws-ecs-quickstart#1)
  • Loading branch information
lbaitemple authored May 13, 2021
1 parent 8644695 commit 93afbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scripts/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key C3032
RUN apt clean && apt-get update && apt-get install -y \
python \
python3-apt python-pip python3-pip \
&& python3 -m pip install MarkupSafe==1.1.1 \
&& python3 -m pip install -U colcon-ros-bundle

# Add custom rosdep rules
Expand Down

0 comments on commit 93afbc1

Please sign in to comment.