forked from Michel2/hg2git
Update to bookworm and overall style formatted
This commit is contained in:
+7
-8
@@ -1,17 +1,16 @@
|
|||||||
FROM buildpack-deps:jessie
|
FROM buildpack-deps:bookworm
|
||||||
|
|
||||||
MAINTAINER Lionel Roche
|
MAINTAINER Lionel Roche
|
||||||
RUN mkdir -p work
|
|
||||||
|
|
||||||
WORKDIR work
|
WORKDIR /work
|
||||||
|
|
||||||
#Install fastexport tool:
|
# Install fastexport tool:
|
||||||
RUN mkdir -p /usr/local/src \
|
RUN mkdir -p /usr/local/src && \
|
||||||
&& cd /usr/local/src \
|
cd /usr/local/src && \
|
||||||
&& git clone https://github.com/frej/fast-export.git
|
git clone https://github.com/frej/fast-export.git
|
||||||
|
|
||||||
RUN cd /work
|
RUN cd /work
|
||||||
COPY hg2git.sh .
|
COPY hg2git.sh .
|
||||||
RUN chmod +x hg2git.sh
|
RUN chmod +x hg2git.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/work/hg2git.sh"]
|
ENTRYPOINT ["/work/hg2git.sh"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user