Skip to content

Commit

Permalink
Dockerfile update AntelopeIO#2
Browse files Browse the repository at this point in the history
  • Loading branch information
dacom-dark-sun committed Apr 10, 2024
1 parent b470caa commit 873dac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:latest

WORKDIR /workdir
COPY build /workdir/build

RUN apt-get update && cd build && \
apt-get install -y ./leap*.deb -y && \
rm leap_4.0.4-ubuntu22.04_amd64.deb
rm leap*.deb

0 comments on commit 873dac1

Please sign in to comment.