Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blimp4242 committed May 25, 2024
1 parent 6a4d30c commit 61efafd
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,7 +1,7 @@
# Build image
# Necessary dependencies to build Parrot
#FROM rust:slim-bullseye as build
FROM rust:1.75.0-slim-bullseye as build
FROM rust:slim-bullseye as build

RUN apt-get update && apt-get install -y \
build-essential autoconf automake cmake libtool libssl-dev pkg-config

Expand Down

0 comments on commit 61efafd

Please sign in to comment.