Skip to content

Commit

Permalink
Merge pull request #94 from hed-standard/develop
Browse files Browse the repository at this point in the history
Develop fixed missing deploy git
  • Loading branch information
VisLab committed Feb 16, 2023
2 parents aac000b + f315377 commit adc0b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy_hed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.9-slim-buster
COPY requirements.txt /root/
WORKDIR /root
RUN apt-get update && apt-get install -y gcc \
git \
musl-dev \
openrc \
libxslt-dev \
Expand Down

0 comments on commit adc0b49

Please sign in to comment.