We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23d2fb commit 772c126Copy full SHA for 772c126
.dockerignore
@@ -1 +1,2 @@
1
**/.git
2
+bazel-*
.github/workflows/release-docker.yml
@@ -100,7 +100,7 @@ jobs:
100
name: ${{ matrix.binary_name }}
101
path: /tmp/binary
102
103
- - run: cp /tmp/binary/${{ matrix.binary_name }}/scip-clang ./scip-clang
+ - run: cp /tmp/binary/scip-clang ./scip-clang
104
105
- name: Build and push by digest
106
id: build
Dockerfile
@@ -1,6 +1,5 @@
FROM ubuntu:22.04 as indexer
3
-
4
RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake
5
6
COPY scip-clang /usr/bin/scip-clang
0 commit comments