Skip to content

Commit

Permalink
And more docker changes ...
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Dec 23, 2023
1 parent 5270c15 commit f3d8344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2 AS build

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y g++ curl zip unzip tar binutils cmake git yasm libuuid libuuid-devel
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y g++ curl zip unzip tar binutils cmake git yasm libuuid1 uuid-dev uuid-runtime

COPY ./ /build
WORKDIR /build/Tools
Expand Down

0 comments on commit f3d8344

Please sign in to comment.