alessandro trinca tornidor
commited on
Commit
·
0fdaf4f
1
Parent(s):
5dabade
[feat] dockerfile-lisa-base: remove workaround for old versions of docker
Browse files
dockerfiles/dockerfile-lisa-base
CHANGED
@@ -38,10 +38,6 @@ RUN cat /etc/lsb-release
|
|
38 |
# avoid segment-geospatial exception caused by missing libGL.so.1 library
|
39 |
RUN echo "BUILDER: check libz.s* before start" && ls -l /usr/lib/${ARCH}-linux-gnu/libz.so*
|
40 |
|
41 |
-
ADD https://github.com/AkihiroSuda/clone3-workaround/releases/download/v1.0.0/clone3-workaround.x86_64 /clone3-workaround
|
42 |
-
RUN chmod 755 /clone3-workaround
|
43 |
-
SHELL ["/clone3-workaround","/bin/sh", "-c"]
|
44 |
-
|
45 |
RUN apt update && apt upgrade -y && apt install -y libgl1 curl python3-pip git-lfs && apt clean
|
46 |
COPY ./dockerfiles/apt_preferences_ubuntu /etc/apt/preferences
|
47 |
COPY ./dockerfiles/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
@@ -95,9 +91,6 @@ ARG DEPENDENCY_GROUP
|
|
95 |
ENV PNPM_HOME="/pnpm"
|
96 |
ENV PATH="$PNPM_HOME:$PATH"
|
97 |
|
98 |
-
ADD https://github.com/AkihiroSuda/clone3-workaround/releases/download/v1.0.0/clone3-workaround.x86_64 /clone3-workaround
|
99 |
-
RUN chmod 755 /clone3-workaround
|
100 |
-
SHELL ["/clone3-workaround","/bin/sh", "-c"]
|
101 |
RUN corepack enable
|
102 |
|
103 |
COPY ./static /appnode
|
|
|
38 |
# avoid segment-geospatial exception caused by missing libGL.so.1 library
|
39 |
RUN echo "BUILDER: check libz.s* before start" && ls -l /usr/lib/${ARCH}-linux-gnu/libz.so*
|
40 |
|
|
|
|
|
|
|
|
|
41 |
RUN apt update && apt upgrade -y && apt install -y libgl1 curl python3-pip git-lfs && apt clean
|
42 |
COPY ./dockerfiles/apt_preferences_ubuntu /etc/apt/preferences
|
43 |
COPY ./dockerfiles/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
|
|
91 |
ENV PNPM_HOME="/pnpm"
|
92 |
ENV PATH="$PNPM_HOME:$PATH"
|
93 |
|
|
|
|
|
|
|
94 |
RUN corepack enable
|
95 |
|
96 |
COPY ./static /appnode
|