1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Use apt-get instead of apt in the Dockerfile

This commit is contained in:
Steffo 2023-02-07 01:46:57 +01:00
parent 2fc82bf6c6
commit 7f5ef9e5ea
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -3,7 +3,7 @@ WORKDIR /usr/src/patched_porobot
COPY . .
FROM files AS system
RUN apt install -y libssl1.1
RUN apt-get install -y libssl1.1
FROM system AS build
RUN cargo install --path . --all-features --bins