Skip to content

Commit

Permalink
fix: remove perl-base file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 16, 2023
1 parent c1af289 commit e714e4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ FROM python:2.7-slim as python-deps
RUN python -m pip install --upgrade pip && \
pip install docutils

# Remvoe this file because it causes the next stage to fail
# when copying the python deps into final image
RUN rm /usr/share/doc/perl-base

FROM node:lts-slim

# Copy Ruby dependencies
Expand Down

0 comments on commit e714e4d

Please sign in to comment.