Skip to content

Commit ed98c74

Browse files
authored
Update Dockerfile
1 parent 56bfa2f commit ed98c74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

allinone/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ COPY --from=lion /opt /opt
3333
COPY --from=lion /usr /usr
3434
COPY --from=lion /lib /lib
3535
COPY --from=lion /lib32 /lib32
36-
COPY --from=lion /libx32 /libx32
3736

3837
COPY --from=chen /opt /opt
3938
COPY --from=chen /usr /usr
@@ -64,4 +63,4 @@ ENV LC_ALL=C.UTF-8
6463
WORKDIR /opt
6564
COPY entrypoint.sh .
6665
COPY service.sh .
67-
ENTRYPOINT ["./entrypoint.sh"]
66+
ENTRYPOINT ["./entrypoint.sh"]

0 commit comments

Comments
 (0)