Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
* Fixing symlink
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berger <christian.berger@gu.se>
  • Loading branch information
chrberger committed Jun 17, 2019
1 parent b7f9d39 commit a42ea25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MAINTAINER Christian Berger "christian.berger@gu.se"
WORKDIR /usr/lib/x86_64-linux-gnu
COPY --from=builder /tmp/libopenh264-2.0.0-linux64.5.so.bz2 .
RUN bunzip2 libopenh264-2.0.0-linux64.5.so.bz2 && \
ln -sf libopenh264-2.0.0-linux64.5.so libopenh264.so.4
ln -sf libopenh264-2.0.0-linux64.5.so libopenh264.so.5

WORKDIR /usr/bin
COPY --from=builder /tmp/bin/opendlv-video-h264-encoder .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ version: '2' # Must be present exactly once at the beginning of the docker-compo
services: # Must be present exactly once at the beginning of the docker-compose.yml file
video-h264-encoder-amd64:
build:
context: https://github.com/chalmers-revere/opendlv-video-h264-encoder.git#v0.0.3
context: https://github.com/chalmers-revere/opendlv-video-h264-encoder.git#v0.0.4
dockerfile: Dockerfile.amd64
restart: on-failure
network_mode: "host"
Expand Down

0 comments on commit a42ea25

Please sign in to comment.