We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461e3fb commit a50ff10Copy full SHA for a50ff10
linux/bundled.dockerfile
@@ -33,8 +33,8 @@ ARG libevent_version
33
RUN mkdir -p /output/lib/crystal/lib/
34
35
# Copy libraries
36
-COPY --from=libpcre pcre-${libpcre_version}/.libs/libpcre.a /output/lib/crystal/lib/
37
-COPY --from=libevent libevent/.libs/libevent.a libevent/.libs/libevent_pthreads.a /output/lib/crystal/lib/
+COPY --from=libpcre pcre-${libpcre_version}/.libs/libpcre.a /output/lib/crystal/
+COPY --from=libevent libevent/.libs/libevent.a libevent/.libs/libevent_pthreads.a /output/lib/crystal/
38
39
# Create tarball
40
RUN mv /output /crystal-${crystal_version}-${package_iteration} \
0 commit comments