Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion authored May 27, 2021
1 parent 210db2e commit 3e4ace4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM alpine
RUN apk add libarcus --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apk add --update \
libtool \
autoconf \
Expand Down Expand Up @@ -45,4 +44,4 @@ RUN git checkout -b origin/master \
&& make
COPY . .
ENTRYPOINT [ "/usr/src/CuraEngine/build/CuraEngine"]
CMD ["help"]
CMD ["help"]

0 comments on commit 3e4ace4

Please sign in to comment.