Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed the hard coded ARM32 reference to enable 64bit OS to pull the correct image.
  • Loading branch information
ashanrath committed Jan 29, 2022
1 parent 8407162 commit cda9281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/raspberry-pi/Dockerfile
@@ -1,4 +1,4 @@
FROM arm32v7/openjdk:8
FROM openjdk:8
RUN mkdir /brc
ADD https://github.com/Pugmatt/BedrockConnect/releases/latest/download/BedrockConnect-1.0-SNAPSHOT.jar /brc
WORKDIR /brc
Expand Down

0 comments on commit cda9281

Please sign in to comment.