Dockerfile update #2
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user