Dockerfile update #2

This commit is contained in:
Dark Sun
2024-04-10 16:23:13 +03:00
parent b470caa066
commit 873dac1e64
+2 -1
View File
@@ -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