Skip to content

Commit

Permalink
add workspace flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 22, 2023
1 parent 16cccc0 commit 1601552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doenet_docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ RUN apt-get update && \
docbook2x

RUN wget https://github.com/git/git/archive/refs/tags/v2.40.0.tar.gz \
&& tar -zxf v2.40.0.tar.gz \
&& cd git-2.40.0
&& tar -zxf v2.40.0.tar.gz

WORKDIR /git-2.40.0
RUN make configure
RUN ./configure --prefix=/usr
RUN make NO_GETTEXT=YesPlease all doc info
RUN make all doc info
RUN make install install-doc install-html install-info
RUN cd ..

WORKDIR /
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

RUN echo \
Expand Down

0 comments on commit 1601552

Please sign in to comment.