Skip to content

Commit

Permalink
fix docker base image hash and vcpkg tag LGro#3
Browse files Browse the repository at this point in the history
  • Loading branch information
LGro committed Apr 25, 2022
1 parent 2dbb088 commit b9869a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.9.12-slim-bullseye
FROM python:3.9.12-slim-bullseye@sha256:ba3b77ddbc953cdb8d998b2052088d4af4b8805805e5b01975a05af4e19855ea

RUN apt-get update && apt-get install -y build-essential tar curl zip unzip git pkg-config

RUN git clone https://github.com/microsoft/vcpkg /tmp/vcpkg
RUN git clone -b 2022.04.12 https://github.com/microsoft/vcpkg /tmp/vcpkg

RUN ./tmp/vcpkg/bootstrap-vcpkg.sh && \
export CXXFLAGS="$CXXFLAGS -fPIC" && \
Expand Down

0 comments on commit b9869a7

Please sign in to comment.