mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Use apt-get
instead of apt
in the Dockerfile
This commit is contained in:
parent
2fc82bf6c6
commit
7f5ef9e5ea
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ WORKDIR /usr/src/patched_porobot
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
FROM files AS system
|
FROM files AS system
|
||||||
RUN apt install -y libssl1.1
|
RUN apt-get install -y libssl1.1
|
||||||
|
|
||||||
FROM system AS build
|
FROM system AS build
|
||||||
RUN cargo install --path . --all-features --bins
|
RUN cargo install --path . --all-features --bins
|
||||||
|
|
Loading…
Reference in a new issue